  #resourceList {
    width: 100% !important;
}

#resourceList td:last-child {
    border-right: 1px solid #aaa !important;
}

table.TF tr#thead th {
    background-color: #fc0 !important;
}

table.TF thead, table.TF th {
    border: 1px solid #aaa !important;
}

table.TF tbody tr.odd th, table.TF #tbody tr.odd td {
    background-color: #eee !important;
}

table.TF tr.even th, table.TF tr.even td {
    background-color: #fff !important;
}

table.TF tbody th {
    position: unset !important;
    top: 0 !important;
    background-color: transparent;
    font-weight: normal !important;
}

.fltrow td {
    position: sticky;
    top: -1px;
}

table.TF td {
    overflow: hidden;
    border: 1px solid #aaa;
    /*border-top: none;*/
}

caption {
    visibility: hidden;
    padding: 0 !important;
    height: 0 !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #resourceList td, #resourceList th {
        border: 1px solid #aaa;
    }
}
    