/**
 * Printer stylesheet (frontend).
 *
 * @author Ing. Ondrej Hanak
 * @link   http://ondrejhanak.cz
 */

body {margin: 0; padding: 0; line-height: 1.33; font-size: 12pt;
font-family: "Times New Roman", serif; color: #000; background: none;}

code {font: 10pt Courier, monospace;} 
blockquote {margin: 1.3em; padding: 1em; font-size: 10pt;}
hr {background-color: #ccc;}

h1,h2,h3,h4,h5,h6 {font-family: Georgia, "Times New Roman", serif; font-weight: bold;}
h1 {font-size: 19pt;}
h2 {font-size: 17pt;}
h3 {font-size: 15pt;}
h4,h5,h6 {font-size: 12pt;}

table {border-collapse: collapse; margin: 1px;}
th {text-align: center; font-weight: bold;}
tr {page-break-inside: avoid;}
td, th {vertical-align: top; text-align: left; border: 1px solid #333; padding: 4px;}

img { display: block; margin: 1em 0; }
a img { border: none; }

a {color: #000;}
a:link, a:visited {background: transparent; font-weight: 700; color: #333; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }

caption { background: #fff; margin-bottom:2em; text-align:left; }

xxx {display: none;}
