#body {
  display: none;
}
#fixtures table {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #000000;
  border-collapse: collapse;
  text-align: center;
  background-color: #ffffff;
}
#fixtures thead {
  color: #000000;
  background-color: #ffffff;
}
#fixtures tbody {
  color: #000000;
  font-size: 0.7em;
}
#fixtures td {
  height: 30px;
  padding: 5px;
  border: 1px solid #000000;
}
