 }
 
 

/* Fixed table header */
.lowCashTable tbody {
    display:block;
    height:200px;
    overflow:auto;
}
.lowCashTable thead, .lowCashTable tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.lowCashTable thead {
    width: calc( 100% - 1em )
}
