﻿th .si-sticky {
    position: sticky;
    top: 50px;
    background: #c5ac02 !important;
    color: white !important;
}

th {
    background: #C5AC7B !important;
    color: white !important;
}

td {
    padding: 1px 1px 1px 10px !important;
    margin: 1px 1px 1px 1px !important;
}

div.dataTables_wrapper, dt-bootstrap5, no-footer {
    margin-top: -6px;
}

    div.dataTables_wrapper div.dataTables_filter {
        float: left;
    }

    div.dataTables_wrapper div.dataTables_length {
        float: right;
    }


