@charset "utf-8";
/* CSS Document */

 table{
  border-collapse: separate;
  border-spacing: 5px;
  margin: 0 auto;
}
td,th{
  padding: 10px;
  text-align: center;
}
th:first-of-type,
td:first-of-type{
  background: #b2ffd8;
}
th:nth-of-type(1),
td:nth-of-type(1){
  background: #d1ffd1;
}
th:nth-of-type(2),
td:nth-of-type(2){
  background: #e8ffd1;
}
th:nth-of-type(3),
td:nth-of-type(3){
  background: #ffffd1;
}
th:nth-of-type(4),
td:nth-of-type(4){
  background: #ffe8d1;
}         


