.TV {
  font-family:sans-serif;
  /*height: calc(100vh - 80px); spocitano v kodu podle toho, jestli je to v adminu, nebo na TV */
	margin: 0px;
  font-weight: bold;
  display: grid;
  grid-template-rows: [TV-tatami-name] min-content [TV-current-discipline] min-content [TV-last-match] min-content [TV-current-match] auto [TV-next-match] min-content [TV-next-discipline] min-content [end];
  grid-auto-flow: column;
  text-align: center;
  font-family: Saira;
}

.TV > div {
  border-top: 1px solid black;
}

.TV-even-column{
  background-color: beige;
}

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

.TV-tatami-name {
  grid-row: 1;
}

.TV-match-discipline {
  grid-row: 2;
}

.tatami-last-match {
  grid-row: 3;
}

.TV-current-match {
  grid-row: 4;
}

.TV-next-match {
  grid-row: 5;
}

.TV-next-discipline {
  grid-row: 6;
}

.TV-full-height {
  grid-row: 3/6;
}

.TV-full-height-no-category {
  grid-row: 2/7;
}


.TV P {
	margin-bottom: 6px;
}

/*  nadpis kategorie: */
.TV H1 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 1.8rem;
  text-align: center;
}

/*  jmena hracu: */
.TV H2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.4rem;
  text-align: center;
}

/*  nadpis sekci: */
.TV H3 {
	margin-top: 8px;
	margin-bottom: 8px;
  font-size: 1.2rem;
}

.TV H4 {
	margin-top: 5px;
	margin-bottom: 3px;
}

.TV .tatami {
	text-align: center !important;
	height: 100%;
	float: left;
  border-right: 2px solid black;
  box-sizing: border-box;
}

.TV .tatami:last-child {
  border-right: 0px;
}


.TV .tatami:nth-child(even) {
	background: #ddd;
}

.TV .aka {
	color: red;
  background: none !important;
  width: 100% !important;
}

.TV .shiro {
	color: black;
  background: none !important;
  width: 100% !important;
}

#previous {
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
}

#next {
  border-top: 1px solid grey;
}

#kumite_match {
  margin: auto;
}

#kumite_match TR {
	background-color: #fff !important;
}

@media screen and (max-width: 1081px) {
  /*  nadpis kategorie: */
  .TV H1 {
  	font-size: 1.0rem;
  }

  /*  jmena hracu: */
  .TV H2 {
  	font-size: 1.1rem;
  }

  /*  nadpis sekci: */
  .TV H3 {
    font-size: 1.2rem;
  }

}

.list-scroll {
  aaheight: 100%;
  overflow-y: auto;
}