#body {
	font-family: Garamond;
	width: 800px;
}

@media screen {
	#body {
		border: 1px black dotted;
		margin: 5px auto;
	}
}

#lerb {
	width: 100px;
	float: left;
	margin-left: 10px;
}

#rerb {
	width: 100px;
	float: right;
	margin-right: 10px;
}

#nadp {
	margin: 0px auto;
	max-width: 550px;
}

header {
	width: 100%;
}

h1, h2, #date {
	text-align: center;
	font-variant: small-caps;
	color: red;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 0px;
	font-weight: bold;
}

h2 {
	font-size: 1.1em;
	margin-top: 2px;
	margin-bottom: 0px;
	font-weight: normal;
}

#date {
	font-size: 1.3em;
	text-align: center;
	margin-top: 0px;
}

@media print {
	form, .button {
		display: none;
	}
}

.nsf {
	font-variant: small-caps;
	border-bottom: black 1px dotted;
	color: red;
	width: 160px;
}

table th {
	border: black 1px solid;
	border-bottom: black 3px solid;
	border-top: black 3px solid;
}

table td {
	border-style: none;
	border-right: black 1px dotted;
	padding: 3px;
}

table td:last-of-type {
	border-right: black 1px solid;
}

table tr:last-of-type {
	border-bottom: 3px black solid;
}

table {
	border-collapse: collapse;
	font-size: 1.1em;
	border-right: black 3px solid;
	border-left: black 3px solid;
	margin-right: auto;
	margin-left: auto;
}

.por {
	margin-top: 5px;
	width: 95%;
	font-size: 20px;
}

.por th[scope="row"] {
	width: 100px;
}

form {
	text-align: center;
}

.clear {
	clear: both;
}

#oznamy {
	width: 95%;
	margin: 0px auto;
	font-size: 20px;
}

.button {
	text-align: center;
	margin: 5px;
}

p.button a {
    all: unset;
    display: inline-block;
    background-color: buttonface;
    color: buttontext;
    border: 1px solid GrayText;
    padding: 0.25em 0.75em;
    text-align: center;
    font-family: Tahoma;
	font-size: 0.8em;
    cursor: pointer;
}

p.button a:hover {
    background-color: #a6f4ff;
    border-color: #26a0da;
}