#h2h-fixture-tables {
  border: solid 1px #ccc;
  min-height: 490px;
  padding: 10px;
}
#h2h-fixture-tables .nav {
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  display: flex;
  margin: -10px -10px 10px -10px;
  padding: 10px;
}
#h2h-fixture-tables .nav label {
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5em;
  font-weight: normal;
}
#h2h-fixture-tables .nav label.division-label {
  margin-left: 1em;
}
#h2h-fixture-tables .nav select {
  display: inline-block;
  font: inherit;
  margin-bottom:0;
  margin-left: 4px;
  padding: 0px 5px;
  width: 75px;
}
#h2h-fixture-tables .nav select:disabled {
  background-color:#eee;
  color:#999;
}
#h2h-fixture-tables .fixture-table {
  border-bottom: none;
  margin: 10px 0 0 0;
}
#h2h-fixture-tables .fixture-table thead tr th {
  border: none;
  padding: 5px;
}
#h2h-fixture-tables .fixture-table thead tr:nth-child(1) th {
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5em;
  font-weight: normal;
}
#h2h-fixture-tables .fixture-table thead tr:nth-child(1) th:nth-child(2) {
  padding: 0 2em;
  text-align: center;
}
#h2h-fixture-tables .fixture-table thead tr:nth-child(2) th {
  background-color: #000;
  color: #fff;
}
#h2h-fixture-tables .fixture-table thead tr:nth-child(2) th:nth-child(2), #h2h-fixture-tables .fixture-table thead tr:nth-child(2) th:nth-child(3), #h2h-fixture-tables .fixture-table thead tr:nth-child(2) th:nth-child(6), #h2h-fixture-tables .fixture-table thead tr:nth-child(2) th:nth-child(7) {
  text-align: right;
}
#h2h-fixture-tables .fixture-table tbody tr {
  border:none;
}
#h2h-fixture-tables .fixture-table tbody tr:nth-child(odd) {
  background-color: #ded;
}
#h2h-fixture-tables .fixture-table tbody tr:nth-child(even) {
  background-color: #fff;
}
#h2h-fixture-tables .fixture-table tbody tr.draw a {
  background-color: #666;
}
#h2h-fixture-tables .fixture-table tbody tr.home .home-player {
  background-color: #070;
}
#h2h-fixture-tables .fixture-table tbody tr.home .away-player {
  background-color: #700;
}
#h2h-fixture-tables .fixture-table tbody tr.away .home-player {
  background-color: #700;
}
#h2h-fixture-tables .fixture-table tbody tr.away .away-player {
  background-color: #070;
}
#h2h-fixture-tables .fixture-table tbody tr td {
  padding: 5px;
}
#h2h-fixture-tables .fixture-table tbody tr td:nth-child(2), #h2h-fixture-tables .fixture-table tbody tr td:nth-child(3), #h2h-fixture-tables .fixture-table tbody tr td:nth-child(6), #h2h-fixture-tables .fixture-table tbody tr td:nth-child(7) {
  text-align: right;
}
#h2h-fixture-tables .fixture-table tbody tr td:nth-child(2), #h2h-fixture-tables .fixture-table tbody tr td:nth-child(6) {
  font-weight: bold;
}
#h2h-fixture-tables .fixture-table tbody tr td:nth-child(4) {
  color: #808080;
  font-family: 'FrancoisOneRegular',arial,serif;
  text-align: center;
}
#h2h-fixture-tables .fixture-table tbody tr td a[href] {
  border-radius: 3px;
  color: #fff;
  display:inline-block;
  font-weight: normal;
  line-height:1.1;
  padding: 3px 6px;
  text-decoration: none;
}
#h2h-fixture-tables .fixture-table tbody tr td a[href]:hover {
  text-decoration: underline;
}
