.ovlt-table thead th {
    background-color: #212529;
    border: 1px solid #383f45;
}

.ovlt-table .sortColumn {
    color: white;
}

.ovlt-table .sortColumn:hover {
    color: white;
}

.ovlt-table tbody tr:first-child td {
    border: 1px solid #dee2e6;
    border-top: none;
}

.ovlt-table tbody tr td:first-child {
    border: 1px solid #dee2e6;
}

.ovlt-table tbody td {
    border: 1px solid #dee2e6;
}

.ovlt-table tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.ovlt-table tbody tr:nth-child(odd):hover {
    background-color: rgba(0, 0, 0, .075);
}

.ovlt-table tfoot td.pagination-sm nav {
    float: right;
}
