<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* rules for printing (or not printing */



.hideOnPrint, .topNav {
	visibility: hidden;
	display: none;
	}
	
.showOnPrint {
	visibility: visible;
	display:inherit;
	}	
.thxOuterSocial {text-align:center;}

div.colRightThx {
    text-align:left;
    float:inherit;    
}	</pre></body></html>