table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid #e6e6e6;
}
table.dataTable th,
table.dataTable td {
    border-bottom: 1px solid #e6e6e6;
}
table.dataTable td.text-success {
    color: #5cb85c !important;
}
table.dataTable td.text-danger {
    color: #ec3832 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 12px 10px;
}
.dataTables_wrapper .dataTables_filter {
    display: none;
}
.dataTables_wrapper .dataTables_length {
    display: none;
}
.dataTables_scrollBody {
    overflow: hidden !important;
}
@media (max-width: 992px) {
    .dataTables_scrollBody {
        overflow: auto !important;
    }
}
