@media print {
  /** tiskove styly **/
  body {font-family: Times, serif; width:100%; font-size:9pt; background-image: none; background-color: white;}
  h1 {font-size: 13pt;margin-bottom:10px;}
  h2 {font-size: 11pt;}
  h3 {font-size: 10pt;}
  h4 {font-size: 9pt;}
  p {margin: 5px 0px; padding:0px}
  a, a:visited {color:#00543d;}
  a img {border: none;}
  table {width:50%; margin-bottom:10px;}
  td, th {padding:5px 10px; line-height:15pt; text-align:left; font-size: 9pt; border-bottom:1px #000 solid;}
  #copy {font-size: 8pt; margin-top: 20px; width:100%; border-top: 1px solid #000;}
  hr.hidden {height:1px; background-color:#000;}
  form {display:none;}
  p.hidden {display:none;}
  div#secondary {display:none;}
  div#top {display:none;}  
  div#menu-bar {display:none;}  
  ul#sub-menu {display:none;}    
  .wcag, .skiplink {display:none;}
  a#ci-logo img.wcag {display:block;left:0px; height:82px; width:164px;}
  .print-only {display:block;}
  .no-print {display:none;}
  #body-full {background-image: none; background-color: white;}
  #body-page {width: 180mm; margin: auto;}
  #head-top-right, #menu, #drob-nav, #secondary2, #footer, #slider, #footer-full {display: none;}
  #primary2 {width: 180mm;}
}
