.ait_table_container {
    margin-top: 6px;
}
.ait_table_container table.dataTable{
    margin-top: 0 !important;
    border-top: none;
}
.ait_table_container .dataTables_scroll{
    margin-top: 1px;
}

.ait_table_container .dataTables_wrapper .dataTables_filter [type="search"] {
    display: none;
}

.collapse .dataTables_wrapper .dataTables_filter [type="search"] {
    display: inline-block;
}

.ait_table_container .dataTable tr {
    cursor: pointer;
}

.ait_table_container .dataTables_scrollHeadInner tr[role="row"]{
    height: 30px;
}