div.seasonHead {
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  width: 630px;
}

table.list {
  background-color: #ddd;
  color: #000;
  border-collapse: separate;
  border-spacing: 1px;
  border-width: 0px;
  margin-bottom: 35px;
  width: 630px;
}

table.list thead td {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  width: 25%;
}
table.list thead td.locationHead {
  width: 20%;
}
table.list thead td.scoringHead {
  width: 30%;
}
table.list thead td.scoringSubHead {
  width: 10%;
}

table.list tbody td {
  text-align: center;
  padding: 4px;
}
table.list tbody td.left {
  text-align: left;
}

table.list tbody tr.on td {
  background-color: #fff;
  color: #000;
}

table.list tbody tr.off td {
  background-color: #eee;
  color: #000;
}