.clear {
	width: 0 !important;
	height: 0 !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	clear: both !important;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.no-border {
	border: none !important;
}

.fleft {
	display: block;
	float: left;
}

.fright {
	display: block;
	float: right;
}