@charset "utf-8";
/* PRINT STYLES
   ------------------------------------------------------------------ */
@media print {

   * {
      background: transparent !important;
      color: #000 !important;
      text-shadow: none !important;
      box-shadow: none !important;
      }

   a, 
   a:visited {
      color: #444 !important;
      text-decoration: underline;
      }

   a:after { content: " (" attr(href) ")"; } /* display the link URL */

   abbr:after { content: " (" attr(title) ")"; } /* display abbreviation */

   .ir a:after { content: ""; }

   pre,
   blockquote {
      border-left: 4px solid #ccc;
      padding: 0 1em;
      page-break-inside: avoid;
      }

   thead { display: table-header-group; }

   tr,
   img { page-break-inside: avoid; }

   @page { margin: 0.5cm; }

   p,
   h1,
   h2,
   h3 {
      orphans: 3;
      widows: 3;
      }

   h1,
   h2,
   h3,
   h4 { page-break-after: avoid; }

   input[type="text"],
   input[type="email"],
   input[type="url"],
   input[type="password"],
   input[type="search"],
   textarea {
      border-bottom: 1px solid #999;
      box-shadow: none;
      }
}

