/* report with tables */
.vw-Report-tableWrap{
    border-radius: 4px;
    border: solid 1px #c9d0d7;
}
table.vw-Report-report {
    border-collapse:collapse;
}

.vw-Report-report th.vw-Report-colHead {
   background-color: #dee1e4;
   font-family:var(--font-bold);

}
.vw-Report-report tr.vw-table-row{
    background-color: #ffffff;
    border-bottom: #c9d0d7 1px solid;;
 }
.vw-Report-report tr.vw-table-row.vw_tank_moving{
    background-color: #f1f1f2
}
.vw-Report-report td.vw-Report-cell, .vw-Report-report th.vw-Report-colHead {
   height :40px;
   white-space: nowrap;
   padding:0px 8px;
}





