<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ===================================================================
print
=================================================================== */
@media print {
	body {
		width: 980px;
		*zoom: 0.8;
		background: #FFF;
	}
	#tpl-pagetop-box {
		display: none;
	}
	#tpl-footer .copyright {
		float: none;
		text-align: center;
		width: 100%;
		color: #333;
	}
}
</pre></body></html>