@charset "UTF-8";

#table1 + div table tr th,
#table1 + div table tr td {
  text-align: center;
}

#table1 + div table tr:nth-child(2) th,
#table1 + div table tr:nth-child(2) td {
  background: #CCECFF;
}

#table1 + div table tr:nth-child(3) th,
#table1 + div table tr:nth-child(3) td {
  background: #E8CCE0;
}

#table1 + div table tr:nth-child(4) th,
#table1 + div table tr:nth-child(4) td {
  background: #BEC1C3;
}

#table1 + div table tr:nth-child(5) th,
#table1 + div table tr:nth-child(5) td {
  background: #806413;
  color: #fff;
}

#table1 + div table tr:nth-child(6) th,
#table1 + div table tr:nth-child(6) td {
  background: #FAF9E4;
}

#table2 + div table tr th,
#table2 + div table tr td {
  text-align: center;
}

#table2 + div table tr:nth-child(2) th,
#table2 + div table tr:nth-child(2) td {
  background: #CCECFF;
}

#table2 + div table tr:nth-child(3) th,
#table2 + div table tr:nth-child(3) td {
  background: #E8CCE0;
}

#table2 + div table tr:nth-child(4) th,
#table2 + div table tr:nth-child(4) td {
  background: #BEC1C3;
}

#table2 + div table tr:nth-child(5) th,
#table2 + div table tr:nth-child(5) td {
  background: #806413;
  color: #fff;
}

#table2 + div table tr:nth-child(6) th,
#table2 + div table tr:nth-child(6) td {
  background: #FAF9E4;
}

#table3 + div table tr th,
#table3 + div table tr td {
  text-align: center;
}

#table3 + div table tr:nth-child(2) th,
#table3 + div table tr:nth-child(2) td {
  background: #CCECFF;
}

#table3 + div table tr:nth-child(3) th,
#table3 + div table tr:nth-child(3) td {
  background: #E8CCE0;
}

#table3 + div table tr:nth-child(4) th,
#table3 + div table tr:nth-child(4) td {
  background: #BEC1C3;
}

#table3 + div table tr:nth-child(5) th,
#table3 + div table tr:nth-child(5) td {
  background: #806413;
  color: #fff;
}

#table3 + div table tr:nth-child(6) th,
#table3 + div table tr:nth-child(6) td {
  background: #FAF9E4;
}