<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .clearme:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearme, 
body .page,
body .homepage {
	height: 1%;
	}
/* End hide from IE-mac */

/* Fixes background display error on header in IE6 */
.section &gt; .page,
.section &gt; .homepage {
	height: auto;
	}

/* Opera 9 Hack for footer margins */
@media all and (min-width:0px) {
	head~body #content-footer { margin-bottom: 27px!important;}
	}
	
/* Safari Hack for footer margins */
body:last-child:not(:root:root) #content-footer {
	margin-bottom: 104px !important;
	}
</pre></body></html>