/* tables */
@media screen {
    .table .thead-grey {
        border-bottom: 0.5rem solid #fff;
    }

    .table .thead-grey th {
        background-color: rgb(162, 168, 185);
        border-color: rgb(30, 38, 57);
        color: rgb(0, 4, 68);
    }

    .table-responsive.table-overflow {
        overflow: scroll;
        height: 85vh
    }

    td.noWhiteSpace {
        white-space: nowrap;
    }
}
