/* print.css - tpl_rastignano */
@media print {
   body {
      background: #fff !important;
      color: #000;
      font-size: 11pt;
      min-width: 0;
   }
   #art-page-background-middle-texture,
   #art-main {
      background: none !important;
      width: 100%;
      min-width: 0;
   }
   .art-sheet {
      width: 100%;
      min-width: 0;
      max-width: none;
      margin: 0;
   }
   .art-header { display: none; }
   .art-nav, .art-hmenu-extra1, .art-hmenu-extra2 { display: none; }
   .art-sidebar1 { display: none; }
   .art-content-layout, .art-content-layout-row { display: block; }
   .art-layout-cell { display: block; width: 100% !important; }
   .art-footer-body { background: none; }
   .art-post::before, .art-post::after,
   .art-post-body::before, .art-post-body::after,
   .art-sheet::before, .art-sheet::after,
   .art-sheet-body::before, .art-sheet-body::after { display: none; }
   a[href]::after { content: " (" attr(href) ")"; font-size: 9pt; }
   a[href^="#"]::after, a[href^="javascript"]::after { content: ""; }
}
