/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    padding-top: 2rem;
}

red {
    color:red;
}

.cust-table-cont { width:100%; overflow-x:auto; }
.cust-table-cont .table-responsive { width:1190px;  }
.cust-table { table-layout:fixed;  }
.cust-table thead, .cust-table tbody {
    display: block;
}
.cust-table tbody { max-height:620px; overflow-y:auto; }