.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	width: 0;
	height: 0;
	clear: both;
	float: none;
	visibility: hidden;
}