.table thead th {
    border-bottom: none !important;
}

.table td, .table th {
    border-top: none !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

table.dataTable tbody tr {
    background-color: var(--panel-bg-color) !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: var(--main-font-color);
}

.dataTables_wrapper .dataTables_filter input {
    color: #023047;
}

table.dataTable td a {
    text-decoration: underline;
    color: var(--main-font-color);
    font-weight: 500;
}

.panel > div > .active {
    color: white;
    font-weight: 600;
}