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

}

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

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

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

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

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

.TV .tatami {
	text-align: center;
	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;
}

.TV .shiro {
	color: black;
}

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