/* Print-friendly styling (A4/A5-like, minimal ink) */
@page { size: A4; margin: 18mm; }
body{ background:#fff !important; color:#000 !important; }
.wrapper{ max-width: 100% !important; padding: 0 !important; }
.header,.nav,.note{ box-shadow:none !important; border:1px solid #ddd !important; background:#fff !important; }
.main{ box-shadow:none !important; border:1px solid #ddd !important; background:#fff !important; }
a{ color:#000 !important; text-decoration:underline !important; }
.toTop{ display:none !important; }
