<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* 2 Col F Side+Xtra Con */
#sidebarw, #extraw, #footerw{clear:both;}
@media only screen and (min-width:600px){
#container{margin-left:auto; margin-right:auto; max-width:1000px;}
#contentw{float:right; width:calc(100% - 180px);}
#sidebarw{clear:left; float:left; width:180px;}
#extraw{clear:left; float:left; width:180px;}
#footerw{clear:both; width:100%;}
}
</pre></body></html>