/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

  @media print {
      
    @page {
    size: auto !important;
    margin: unset !important;
  }
  
  a:link:after, a:visited:after {  
    display: none; 
    content: "";    
  }
 }