td.colourlabel {
  width: 30%;
  font-weight: bold;
}

/** Augusta Margaret River **/

td.AMRblue {
  background-color: rgb(57, 94, 182);
  color: white;
  height: 40px;
  width: 10%;
  text-align: center;
}

td.AMRteal {
  background-color: rgb(0, 136, 171);
  color: white;
  height: 40px;
  width: 10%;
  text-align: center;
}

td.AMRdarkgreen {
  background-color: rgb(37, 114, 37);
  color: white;
  height: 40px;
  width: 10%;
  text-align: center;
}

td.AMRlightgreen {
  background-color: rgb(175, 215, 19);
  color: black;
  height: 40px;
  width: 10%;
  text-align: center;
}

td.AMRsand {
  background-color: rgb(255, 212, 120);
  color: black;
  height: 40px;
  width: 10%;
  text-align: center;
}

/** Harvey **/

td.HYlightblue {
  background-color: rgb(0, 180, 255);
  color: black;
  height: 40px;
  width: 10%;
  text-align: center;
}

td.HYyellow {
  background-color: yellow;
  color: black;
  height: 40px;
  width: 10%;
  text-align: center;
}

/** Murray **/

td.MYbluea {
  background-color: rgb(0, 105, 170);
  color: white;
  height: 40px;
  width: 10%;
  text-align: center;
}

td.MYblueb {
  background-color: rgb(92, 147, 198);
  color: white;
  height: 40px;
  width: 10%;
  text-align: center;
}

td.MYgreena {
  background-color: rgb(0, 169, 79);
  color: white;
  height: 40px;
  width: 10%;
  text-align: center;
}

td.MYgreenb {
  background-color: rgb(100, 192, 131);
  color: white;
  height: 40px;
  width: 10%;
  text-align: center;
}

/** West Arthur **/

td.WAred {
  background-color: red;
  color: white;
  height: 40px;
  width: 10%;
  text-align: center;
}

td.WAblue {
  background-color: blue;
  color: white;
  height: 40px;
  width: 10%;
  text-align: center;
}

