
body {
  max-width: 930px;
  font-size: 16px;
  font-family: 'StagSans-Medium';
}

table {
  width: 100%;
  margin-bottom: 20px;
}
table thead tr {
  border-top: 1pt solid #000;
  border-bottom: 1pt solid #000;
}
table thead tr th {
  width: 8%;
  padding: 4px 0;
  text-transform: uppercase;
}
table thead tr th:nth-child(1),
table thead tr th:nth-child(2),
table thead tr th:nth-child(11) {
  text-transform: capitalize;
}
table thead tr th:nth-child(1) {
  width: 20%;
  text-align: left;
}
table tbody tr td {
  padding: 4px 0;
  text-align: center;
}
table tbody tr td:nth-child(1) {
  text-align: left;
}

#tables,
#fixtures {
  padding: 0 2%;
}

.heading {
  margin: 10px 0;
  color: #D81D1F;
  font-size: 22px;
  font-family: 'StagSans-Bold';
}

.fixture-column {
  width: 25%;
  float: left;
  border-top: 1px solid #ccc;
}
.fixture-pool {
  margin: 20px 0;
  padding: 0 2% 0 4%;
  border-right: 1px solid #ccc;
}
.fixture-pool.last {
  border-right: 0;
}

.fixture-pool .date {

}
.fixture-pool .fixture {
  color: #39754E;
}
.fixture-pool .result {
  color: #D81D1F;
}
.fixture-pool .venue {
  margin-bottom: 20px;
}
