@charset "utf-8";
/* CSS Document */
@media only screen and (orientation: portrait) {

body
{
	margin:7em 0 1em 0;
	font-size:2em;
}

#board
{
	position:static;
	top:0;
	left:0;
	height:auto;
}

#board img
{
	max-height:100%;
	width:100%;
}

#kolo
{
	position:static;
	width:100%;
	margin: 0.5em 0 0.5em 0;
}

#rest
{
	position:static;
	top:0;
	height:100%;
	right:0;
	
	padding: 20px;
}

header
{
	position:static;
	left:0;
	top:0;
}

header img
{
	max-width:100%;
}

nav
{
    padding:0;
    display: inline-flex;
    position: fixed;
	top:0;
	right:0;
	left:-4%;
	background-color:#FFF;
}

nav section
{
	color: #dc002f;
	font-weight:bold;
	font-size:24pt;
	text-align:center;
	margin-top: -0.5em;
	padding-top:40px;
}

nav a
{
	width: 22%;
	height: 5em;
	
	padding: 10px;
	text-align:center;
	margin-left:4%;
	transition: background-color, 0.3s;
	text-decoration:none;
}


nav a img
{
	position:relative;
	height: 40px;
	
}

nav a p
{
	
	margin:0;
	padding-top:40px;

}

#content
{
	position:static;
	right:20px;
	bottom:0;
	overflow:auto;
	
	font-size: 14pt;
	
	text-align:center;
	padding-top:20px;
}

#content a
{
	color:#0090cd;
	transition: color, 0.3s;
	font-weight:bold;
}

#content a:hover
{
	color:#dc002f;
}

#content p
{
	padding-top:20px;
	margin-top:0;
	border-top: 1px solid #004c18;
	line-height:1.8em;
}

#content ul
{
	
}
#content ul li
{
	line-height: 1.5em;
	
}

.zt
{
	font-weight:bold;
	color: #004c18;
}

table
{
	font-size:12pt;

}

table tr td
{
	background-color: #fffef5;
	border-width: 1px 0 1px 0;
	border-color: #FFF;
	border-style:solid;
	padding: 5px 0 5px 0;
}

.tableheader
{
	background-color:#cabec4;
	font-size:10pt;
	color:#e2e0c2;
	text-align:center;
	
}

.empty
{
	background-color:#FFF;
}

#table-flow
{
	overflow:auto;
	width: 100%;
    position: absolute;
}




.poradie
{
	display:inline-block;
	font-size:3em;
	width:15%;
}

.meno
{
	display:inline-block;
	font-size:2.5em;
	width:50%;
}

.celkom
{
	display:inline-block;
	font-size:3em;
	width:30%;
}

.kola
{
line-height:2.5em;
border-top: 1px solid  #e2e0c2;
    border-bottom: 1px solid  #e2e0c2;
    margin: 0 20px 10px 20px;
    padding: 10px 0 10px 0;
}

.tah
{
	margin-bottom:10px;
	line-height:2.5em;
}

.slovo
{
	text-transform:uppercase;
	color: #004c18;
	font-weight:bold;
}
}