body {
	font-family: "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	color: black;
}

div.kontejner {
	width: 100%;
}

p.zpet-na-hlavni-menu,
p.aktualni-menu {
	display: none;
}

h1 {
	font-size: 12pt;
	margin: 0;
	text-decoration: underline;
}

h2 {
	font-size: 10pt;
	margin: 10px 0 0;
}

table.seznam,
table.rozpis {
	border: 1px solid black;
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	page-break-inside: avoid;
	clear: left;
	text-align: center;	
}

table.seznam a,
table.rozpis a {
	text-decoration: none;
	color: black;
}

table.seznam th,
table.rozpis th {
	border: 1px solid black;
	padding: 2px 4px;
}


table.seznam td.neZapas {
	background: rgb(240,240,240);
}


table.seznam th.noPrint {
	display: none;
}

table.rozpis td {
	width: 14%;
	border: 1px solid black;
	padding: 2px 4px;
}

table.rozpis th.hrac {
	width: 22%;
	background: gold;
}


table.seznam td.body,
table.seznam td.bodycelkem,
table.rozpis td.noPrint,
table.seznam td.noPrint {
	display: none;
}

table.seznam td {
	border: 1px solid black;
	padding: 2px 4px;
	width: 10%;
}

table.seznam td.noWrap {
	white-space: nowrap;
	width: 20%;
}

table.seznam td.telefon {
	font-size: 8pt;
}

table.rozpis input {
	display: none;
}

hr {
	display: none;
}