/* This file using LESS technology (http://lesscss.org/) */
/* Author :: EZ-Web (http://ez-web.ru/) */
/* ======================= PRINT.LESS =======================*/
/* print */
@media print {
  .noprint {
    display: none;
  }
  * {
    background: #FFFFFF !important;
    color: #000000 !important;
  }
  @page {
    margin: 1cm;
  }
  img {
    max-width: 100% !important;
  }
  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
}
