.fl{
	float: left;
}
.fr {
	float: right;
} 
.clearfix{
	zoom: 1;
}
.clearfix:after {
    content: '';
    display: table; 
    clear: both;
}