/*HTML, BODY, #tv {
  height: 100%;
}*/

* {
  margin: 0px;
  padding: 0px;
}

.TV-match {
  font-family:Saira;
  height: 100%;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0px;
  margin-bottom: 0px;
}

.TV-match-name, .TV-match-discipline, .TV-match-status, .TV-match-block {
  text-align: center;
  aaheight: min-content;
}

.TV-match-block:nth-child(even) {
  background-color: beige;
}

.TV-match-main {
  flex-grow: 10;
  aaheight: max-content;
}

.TV-match-contain {
  text-align: center;
  flex-grow: 10;
}

.TV-match-current {
  display: flex;
  justify-content: space-around;
  flex-grow: 10;
}

.VSspacer {
  margin-left: 20px;
  margin-right: 20px;
}

.aka {
  color: red;
}

.TV-match H1, .TV-match H2 {
  margin: 0px;
}

.TV-match-select {
  padding: 50px 0px 0px 50px;
  font-family: Saira;
  font-size: 1.6rem;
}