.table-fixed-header thead td,
.table-fixed-header thead th {
    background-color: #fff;
}

th.can-be-sorted {
    cursor: pointer;
}
th.can-be-sorted.active,
th.can-be-sorted:hover {
    color: #eee;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    background-color: #ddd;
}

th.main-title {
    color: #eee;
    font-size: 1.2em;
    text-align: center;
    text-shadow: 1px 1px 3px #000 !important;
    
    background-color: #555 !important;
}
th.main-title .badge {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) !important;
}

td.no-data {
    color: #ccc;
    background-color: #ccc;
}

tr.sticky-headers th {
    position: sticky;
    background: #fff;
    z-index: 3;
    top: 0;
}
tr.sticky-headers.h38 th {
    top: 38px;
}