html {
  height: 100%;
}
body {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background-color: #f3f3f3;
}
table {
  width: 100%;
}
.text-overflow-hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.small-text {
  font-size: small;
}
.body-content {
  padding: 0;
}
.clear {
  clear: both;
}
.loading-screen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  color: gray;
  padding-top: 2em;
  font-size: 2em;
  z-index: 9999;
}
#overviewTitleContainer {
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0px 10px 10px #ccc;
  background-color: #fff;
  border-bottom: 2px solid #0f56a6;
}
#overviewTitleContainer #overviewTitle {
  text-align: center;
}
#overviewTitleContainer #overviewTitle img {
  height: 50px;
  width: auto;
  display: inline-block;
}
#overviewTitleContainer #overviewTitle span {
  font-size: 2.5em;
  vertical-align: middle;
  display: inline-block;
  margin-left: 50px;
  margin-right: 50px;
}
@media screen and (max-width: 750px) {
  #overviewTitleContainer #overviewTitle img {
    display: none;
  }
}
div#overview {
  margin-top: -20px;
}
.no-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.location {
  border-bottom: 2px solid #0f56a6;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
div.location h2 {
  text-align: left;
  margin-left: 20px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.location .team-scores {
  text-align: right;
  margin-right: 20px;
  margin-left: 0;
  color: #0f56a6;
}
div.location .matches > div {
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
div.location .matches > div.active {
  border-left: 2px solid #f26522;
  border-bottom: 2px solid #f26522;
}
div.location .matches > div table {
  margin-top: 10px;
  margin-bottom: 10px;
}
div.location .matches > div h3 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 0;
}
div.location .matches > div h3.left {
  float: left;
  width: calc(50% - 25px);
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.location .matches > div h3.center {
  position: absolute;
  margin-left: calc(50% - 25px);
}
div.location .matches > div h3.right {
  float: right;
  width: calc(50% - 25px);
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scoreTable {
  table-layout: fixed;
  white-space: nowrap;
}
.scoreTable .colMatchScore {
  width: 70px;
}
.scoreTable .colGamesScore {
  width: 30px;
}
.scoreTable td,
.scoreTable th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  height: 24px;
}
.scoreTable td:first-child,
.scoreTable th:first-child {
  text-align: left;
}
.scoreTable thead tr {
  border-bottom: 1px solid #bbb;
}
.scoreTable thead th.active {
  text-decoration: underline;
}
.scoreTable tbody tr:first-child {
  border-bottom: 1px solid #ccc;
}
.scoreTable tbody td.winner {
  color: #0f56a6;
  font-weight: bold;
}
.scoreTable tbody td.active {
  font-weight: bold;
}
.scoreTable tbody td:nth-child(2) {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  font-weight: bold;
}
