/**
 * Reset Styles
 */
 
* {
	margin: 0;
	padding: 0;
	outline: none;
}

fieldset,
img {
	border: 0;
}

.clearfix:after {
	clear: both;
	display: block;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	content: "";
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}