.TV {
  font-family:sans-serif;
  height: 100vh;
	margin: 0px;
  font-weight: bold;
}

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

/*  nadpis kategorie: */
.TV H1 {
	margin-bottom: 7px;
	margin-top: 5px;
	font-size: 1.2rem;
}

/*  jmena hracu: */
.TV H2 {
	margin-top: 6px;
	margin-bottom: 3px;
	font-size: 1.4rem;
}

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

.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;
  }

}
