.table_header:first-child {
border-left: 1px solid #FFF;
}
.table_header:last-child {
border-right: 1px solid #FFF;
}
.td1:first-child, .td2:first-child {
border-left: 1px solid #FFF;
}
td[class^='td']:last-child {
border-right: 1px solid #FFF;
}
.table_header {
border-top: 1px solid #fff;
background-color: rgba(32, 32, 32, 0.9);
padding: 6px;
}
.category_totals {
font-size: 0px !important;
border-bottom: 1px solid #fff;
}