/*@charset "utf8";*/
/* Author/Copyright: Robert Gruber - © 2010 GRUBER WEBSERVICES */

@media print {
  body {
    /*display: none;*/
    font: 0.8em/120% "Times New Roman", Times, serif;
    /*visibility: hidden;*/
  }

  button, img, input, select, textarea {
    display: none;
    visibility: hidden;
  }

  img.print {
    display: block;
    visibility: visible;
    padding: 0.8em 0;
  }

  a.showlnkem img, a.showlnksn img {
    display: inline-block;
    visibility: visible;
  }

  h1 a, h2 a, .noprint {
    display: none;
    visibility: hidden;
  }

  thead {
    display: table-header-group; /* IE */
  }

  tfoot {
    display: table-footer-group; /* IE */
  }
}
