body { 
	font-family: Calibri;
	background-color: #e5efdc;  
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 160%;
}
h1
{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0;
	font-size: 40px;
}
h2
{
	text-align: center;
	padding-top: 15px;
	font-size: 35px;
}
h3
{
	text-align: center;
	font-size: 70px;
}

table
{
	width: 100%;
	padding-top: 20px;
}
td
{
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	background-color: #488a54;
	color: white;
	width: 14.2%;
	position: relative;
}
td a
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
tr
{
	height: 147px;
}
.pokus
{
	padding-top: 15px; 
	background-color: #ffffff;
	height: 40px;
}
.stav_x
{
	background-color: #e5efdc;
	color: #ffff00;
}
.stav_0
{
	background-color: #8000BB;
	color: #ffff00;
	font-family: Sans-serif;
	font-size: 50px;

}

.stav_1
{
	background-color: #ffffbf;
	color: #000000;
	font-family: Sans-serif;
	font-size: 25px;
}
.stav_2
{
	background-color: #00ff00;
	color: #000000;
	font-family: Sans-serif;
	font-size: 25px;
}
.stav_3
{
	background-color: #ff0000;
	color: #000000;
	font-family: Sans-serif;
	font-size: 25px;
}
.odpocet
{
	font-size: 30px;
	text-align: center;
}