.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}