<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* float hack */

.clearfix{
	zoom: 100%;
}
.clearfix:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*\*/
* html .clearfix{
	height: 1em;
	overflow: visible;
}
/**/
</pre></body></html>