table td {
    font-size: 14px !important;
    color: rgb(39, 39, 39);
}

table th {
    font-size: 12px !important;
    color: rgb(0, 0, 0);
}

table.fixedHeader-floating {
    background-color: white
}

table.fixedHeader-floating.no-footer {
    border-bottom-width: 0
}

table.fixedHeader-locked {
    position: absolute !important;
    background-color: white
}

@media print {
    table.fixedHeader-floating {
        display: none
    }
}