div.innerDetails
{
    display: none;
    margin-bottom: 10px;
    color: #505050;
    white-space: normal; 
}

.dataTables_scrollBody
{
    -webkit-overflow-scrolling: visible !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    height: auto !important;
}
.registerTable {
    min-width: 680px !important;
}

.registerTable td {
  white-space: nowrap;
  font-size: 13px;
}

#tag-dropdown
{
    min-height: 100px;
    min-width: 150px;
}
