table.fixtures {
  width: 100%;
  border: none;
  padding: 0px;
  margin: 5px 0px;
}

table.fixtures tr td {
  padding: 1px 2px;
}

table.fixtures tr.theader td {
  padding: 2px;
  margin: 0px;
  font-weight: bold;
}

table.fixtures tr.month_row td {
  padding: 1px 0px 3px 1px;
  font-weight: bold;
}

span.highlight_demo {
  display: inline;
  width: 10px;
  height: 11px;
}

div#fixture_info {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  z-index: 500;
  padding: 10px;
  width: 400px;
}

div#fixture_info {
  border: 1px solid #000000;
}

table.fixtures tr.next_race td {
  background-color: #848C99;
  color: #FFFFFF;
}

table.fixtures tr.theader td {
  border-bottom: 2px solid #E5E5E5;
}

table.fixtures tr.month_row td {
  background-color: #DEDFDE;
}

span.highlight_demo {
  background-color: #848C99;
}