<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
@media print{
    body {
        -webkit-print-color-adjust: exact;
        top:0 !important;
        left:0 !important;
        width:200mm !important;
        height:290mm !important;
    }
    
    .no-print-area {
      display: none !important;
    }
}*/
</pre></body></html>