#h2h-league-table-widget {
  border: solid 1px #ccc;
  box-sizing: border-box;
  min-height: 580px;
  max-width: 320px;
  padding: 10px;
}
#h2h-league-table-widget .league-nav {
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  display: flex;
  margin: -10px -10px 10px -10px;
  padding: 10px;
}
#h2h-league-table-widget .league-nav label {
  display: inline-block;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5em;
  font-weight: normal;
}
#h2h-league-table-widget .league-nav label.division-label {
  margin-left: 1em;
}
#h2h-league-table-widget .league-nav select {
  display: inline-block;
  font: inherit;
  margin-bottom: 0;
  margin-left: 4px;
  padding: 0px 5px;
  width: 60px;
}
#h2h-league-table-widget .league-nav select:disabled {
  background-color:#eee;
  color:#999;
}
#h2h-league-table-widget .league-table {
  border: none;
  margin: 10px 0 0 0;
  width: 100%;
}
#h2h-league-table-widget .league-table > thead > tr > th {
  background-color: #000;
  border: none;
  color: #fff;
  padding: 5px;
  text-align: right;
}
#h2h-league-table-widget .league-table > thead > tr > th:nth-child(2) {
  text-align: left;
}
#h2h-league-table-widget .league-table > thead > tr > th:nth-child(3) {
  min-width: 60px;
}
#h2h-league-table-widget .league-table > tbody > tr {
  border:none;
}
#h2h-league-table-widget .league-table > tbody > tr:nth-child(odd) {
  background-color:#ded;
}
#h2h-league-table-widget .league-table > tbody > tr > td {
  padding: 5px;
  text-align: right;
  vertical-align: top;
}
#h2h-league-table-widget .league-table > tbody > tr > td:nth-child(2) {
  text-align: left;
}
#h2h-league-table-widget .league-table > tbody > tr > td:nth-child(4) {
  font-weight: bold;
}
#h2h-league-table-widget .league-table > tbody > tr > td a[href] {
  color: inherit;
  text-decoration: none;
}
#h2h-league-table-widget .league-table > tbody > tr > td a[href]:hover {
  text-decoration: underline;
}

#h2h-league-table-widget-sc {
  border: solid 1px #ccc;
  box-sizing: border-box;
  min-height: 580px;
  max-width: 320px;
  padding: 10px;
}
#h2h-league-table-widget-sc .league-nav-sc {
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  display: flex;
  margin: -10px -10px 10px -10px;
  padding: 10px;
}
#h2h-league-table-widget-sc .league-nav-sc label-sc {
  display: inline-block;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5em;
  font-weight: normal;
}
#h2h-league-table-widget-sc .league-nav-sc label-sc.division-label-sc {
  margin-left: 1em;
}
#h2h-league-table-widget-sc .league-nav-sc select {
  display: inline-block;
  font: inherit;
  margin-bottom: 0;
  margin-left: 4px;
  padding: 0px 5px;
  width: 60px;
}
#h2h-league-table-widget-sc .league-nav-sc select:disabled {
  background-color:#eee;
  color:#999;
}
#h2h-league-table-widget-sc .league-table-sc {
  border: none;
  margin: 10px 0 0 0;
  width: 100%;
}
#h2h-league-table-widget-sc .league-table-sc > thead > tr > th {
  background-color: #000;
  border: none;
  color: #fff;
  padding: 5px;
  text-align: right;
}
#h2h-league-table-widget-sc .league-table-sc > thead > tr > th:nth-child(2) {
  text-align: left;
}
#h2h-league-table-widget-sc .league-table-sc > thead > tr > th:nth-child(3) {
  min-width: 60px;
}
#h2h-league-table-widget-sc .league-table-sc > tbody > tr {
  border:none;
}
#h2h-league-table-widget-sc .league-table-sc > tbody > tr:nth-child(odd) {
  background-color:#ded;
}
#h2h-league-table-widget-sc .league-table-sc > tbody > tr > td {
  padding: 5px;
  text-align: right;
  vertical-align: top;
}
#h2h-league-table-widget-sc .league-table-sc > tbody > tr > td:nth-child(2) {
  text-align: left;
}
#h2h-league-table-widget-sc .league-table-sc > tbody > tr > td:nth-child(4) {
  font-weight: bold;
}
#h2h-league-table-widget-sc .league-table-sc > tbody > tr > td a[href] {
  color: inherit;
  text-decoration: none;
}
#h2h-league-table-widget-sc .league-table-sc > tbody > tr > td a[href]:hover {
  text-decoration: underline;
}