table {
    border-collapse:collapse;
  }


td:nth-child(13), td:nth-child(14), td:nth-child(15), td:nth-child(16), td:nth-child(17), td:nth-child(18), td:nth-child(19){
  background-color:#e6ffe9;
  color: black;
}

th:nth-child(3), th:nth-child(4), th:nth-child(5), th:nth-child(6), th:nth-child(7), th:nth-child(8), th:nth-child(9), th:nth-child(10), th:nth-child(11), th:nth-child(12), th:nth-child(13), th:nth-child(14), th:nth-child(15), th:nth-child(16), th:nth-child(17), th:nth-child(18), th:nth-child(19){
  min-width: 45px;
}

tr:nth-child(7n+0), tr:nth-child(7n-1){
  background-color: #ededed;
}

th, td {
  text-align: center;
  padding: 5px;
}

/*Term 1 Holidays*/
tr:nth-child(65), tr:nth-child(66), tr:nth-child(67), tr:nth-child(68), tr:nth-child(71), tr:nth-child(72), tr:nth-child(73), tr:nth-child(74), tr:nth-child(75){
  background-color: #e3eeff;
}

/*Term 2 Holidays*/
tr:nth-child(148), tr:nth-child(149), tr:nth-child(150), tr:nth-child(151), tr:nth-child(152), tr:nth-child(155), tr:nth-child(156), tr:nth-child(157), tr:nth-child(158), tr:nth-child(159){
  background-color: #e3eeff;
}

/*Term 3 Holidays*/
tr:nth-child(232), tr:nth-child(233), tr:nth-child(234), tr:nth-child(235), tr:nth-child(236), tr:nth-child(239), tr:nth-child(240), tr:nth-child(241), tr:nth-child(242), tr:nth-child(243){
  background-color: #e3eeff;
}

/*Term 4 Holidays*/
tr:nth-child(323), tr:nth-child(324), tr:nth-child(325), tr:nth-child(326), tr:nth-child(331), tr:nth-child(332), tr:nth-child(333), tr:nth-child(337), tr:nth-child(338), tr:nth-child(339), tr:nth-child(340), tr:nth-child(341), tr:nth-child(344), tr:nth-child(345), tr:nth-child(346), tr:nth-child(347), tr:nth-child(348), tr:nth-child(351), tr:nth-child(352), tr:nth-child(353), tr:nth-child(354), tr:nth-child(355), tr:nth-child(358){
  background-color: #e3eeff;
}

/*Public Holidays*/
tr:nth-child(36), tr:nth-child(61), tr:nth-child(64), tr:nth-child(127), tr:nth-child(275), tr:nth-child(327), tr:nth-child(330), tr:nth-child(334), tr:nth-child(359){
  background-color: #ffebe6;
}

th {
  background-color: darkgray;
  color: black;
}
