/* -------------------------------------------------------------- 
 Print CSS  
-------------------------------------------------------------- */

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
.rightBox,
navi.globalNav,
#topicPath,
#relatedLinksAreaFooter,
.footer_navi,
.toTop,
footer article {
	display: none !important;
}

.pageBreak_before {
	page-break-before: always !important;
}

.pageBreak_inside {
	page-break-inside: avoid !important;
}