/* static/css/table-custom.css */
.table-head-custom {
    /* background-color: rgba(109, 109, 109, 0.1); */
    /* background-color: darkslateblue; */
    background-color: #f7f7f9;
    color: #404040;
}
.table-row-custom:nth-of-type(even){
    /* background-color: rgba(255,255,255); */
    background-color: #ffffff
}
.table-row-custom:nth-of-type(odd) {
    /* background-color: rgba(0, 0, 0, 0.05); */
    background-color: #ffffff
}
