@charset "utf-8";
/* CSS Document */

@media print {
  * {background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; font-size: 16px;} /* Black prints faster: h5bp.com/s */
  a, a:visited { display:none; }
  a[href]:after { display: none; }
  abbr[title]:after {display: none; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
  @page {
	  margin: 0.5cm;
	  }
  @print {
    @page :footer{
		display: none
	}
    @page :header {
		display: none
	}
}

p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
img{display: none;}

body {background: #fff;}
header{background: white; text-align: center;}
aside {display: none;}
main h2{border:none; font-size: 14px; text-align: center;}
main #border{border: none;}
main .b_container button{display: none;}
article {display: none;}
footer{display: none;}





