<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Print CSS
-------------------------------------------- */
@media print {

body {
	zoom: 0.75;
	-moz-transform:
  scale(0.75,0.75)
  translate(-23px,-23px);
}

}
</pre></body></html>