@charset "UTF-8";

#table + div table{
    text-align: center;
}

#table + div tr:nth-child(1) td,
#table + div tr:nth-child(2) td{
    background-color: #F3F3F3;
    font-weight: bold;
}

#table + div tr:nth-child(6) td,
#table + div tr:nth-child(9) td{
   background-color: #DBF7FE;
}

#table + div tr:nth-child(6) th,
#table + div tr:nth-child(9) th{
   background-color: #9EE3F5;
}

