﻿.table.dataTable th {
    font-weight: bold;
}

th {
    background: none;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #e9eaec;
    color: black !important;
    font-weight: bold;
}