/* =============================================================================
   * Fourth style sheet imported into screen.css.
   * Author: otti@ottimoto.com.au
   * Autor URL: http://www.ottimoto.com.au
   ========================================================================== */

/* =============================================================================
Title: Print styles. Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
   
/* Sets all margins and padding initially to zero. No border and no outline. 
Font size 100%. Vertical align set to baseline. Set bg to transparent.
=========================================================================  */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a, a:visited { text-decoration: underline; } /* Print links underlined */
  /* a[href]:after { content: " (" attr(href) ")"; } */ /* This would be for showing links printed as text */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; } /* prevent orphans and widows when printing. */
  h2, h3 { page-break-after: avoid; }
}