/* @group Clear FIx*/
/* CSS Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block; clear: both;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block; clear: both;}
/* End hide from IE-mac */

.left {
	float: left;
}
.right {
	float: right;
}

/* @end */