@charset "utf-8";
/* CSS Document */
@media only screen and (orientation: portrait) {

body
{
	margin:0.35em 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;
	background-color: #cabec4;
	padding: 10px;
	text-align:center;
	margin-left:4%;
	transition: background-color, 0.3s;
	text-decoration:none;
}

nav a:hover
{
	background-color:#cabec4;
}

nav a img
{
	position:relative;
	height: 40px;
	
}

nav a p
{
	
	margin:0;
	padding-top:40px;
	color: #917784;
}

#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 #046434;
	line-height:1.8em;
}

#content ul
{
	
}
#content ul li
{
	line-height: 1.5em;
	
}

.zt
{
	font-weight:bold;
	color: #046434;
}

table
{
	font-size:12pt;

}

table tr td
{
	background-color: #faf4f6;
	border-width: 1px 0 1px 0;
	border-color: #FFF;
	border-style:solid;
	padding: 5px 0 5px 0;
}

.tableheader {
    font-size: 0.7em;
	color:#917784;
	text-align:center;
	padding-left:0;
	
}

.empty
{
	background-color:#FFF;
}

#table-flow
{
	overflow:auto;
	width: 100%;
    position: absolute;
}


.poradie
{
    display: inline-block;
    font-weight: bold;
    color: #046434;
    font-size: 1.5em;
    width: 15%;
}

.meno
{
	display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    width: 65%;
    color: #000;
}

.celkom
{
    display: inline-block;
    color: #dc002f;
    font-size: 1.5em;
    font-weight: bold;
    width: 20%;
}

.kola
{
line-height:2.5em;
}

.tah
{
	margin-bottom:10px;
	line-height:2.5em;
}

.slovo
{
	text-transform:uppercase;
	color: #046434;
	font-weight:bold;
}

.report
{
column-count: 1;
width:94%;
margin-left:-47%;

}

.plocha {

    width: 100%;
}

.riesenie ul
{
	width: 100%;
	display:inline-flex;
	margin-left:0;
}
}