/* === Tiskový stylopis ============================================================================================= */
* {color: #000;}

#header {border-bottom: 0.5pt solid #000; text-align: center;}
#content {width: 100%;}
body {margin: 0; padding: 0; border: 0; font: normal 12pt/1.5 serif;}

h1, h2, h3 {page-break-after: avoid; page-break-inside: avoid;}
table {width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 0.5pt solid #000;}
th, td {display: table-cell; border-bottom: 0.5pt solid #000;}
blockquote {page-break-inside: avoid}
ul, ol, dl {page-break-before: avoid}
a {text-decoration: none;}

pre, code {font: normal 10pt/1.5 Consolas, 'Lucida Console', 'Monaco CE', fixed, monospace;}
pre {
	display: block; overflow: auto; 
	margin: 15px 0; padding: 10px; border: 1pt dashed silver;
	text-align: left; color: black;	background: #FFF;
}

		div.comment {margin: 10px 0px; padding: 10px; }
		div.comment div.title {
			border-bottom: 0.5pt solid #000;
			font-weight: bold;
			font-size: 120%;
		}
		div.comment div.title a.permaLink {text-decoration: none; color: #000; font-weight: normal; }

.noprint, .noscreen, #nav, #aside, #footer, h1 div.links, h2 div.links {display: none;}