@charset "utf-8";

/*************************************************
Print CSS
css/print.css

12.03.xx
*************************************************/

/* ------------------------- 

 ------------------------- */

/* ============================== layout */

@media print {

  section { display: block; page-break-before: always; }
  pre code {page-break-after: always;}
  @page {
margin-top:0.4cm;
margin: 0.5cm;
}
p a, code, pre {
word-wrap: break-word;
}
img {display:yes;}
 
pre a[href]:after {
    content: ""; }
  
pre abbr[title]:after {
    content: ""; }
 
pre   .ir a:after,
  pre a[href^="javascript:"]:after,
  pre a[href^="#"]:after {
    content: ""; }
 
.no-print {display:none;}

  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
 
}