@charset "UTF-8";

#fl1 + div.block_table_6 table thead th {
    width: calc(100% / 9);
    background: #94AF44;
}
#fl2 + div.block_table_6 table thead th {
   width: calc(100% / 6);
    background: #94AF44;
}
#fl1 + div.block_table_6 table thead th div,
#fl2 + div.block_table_6 table thead th div {
    width: 125px;
    margin: auto;
}

#fl1 + div.block_table_6.w20 table tr td:nth-of-type(1),
#fl2 + div.block_table_6.w20 table tr td:nth-of-type(1) {
    background: #b8d894;
}