/*Micro Clearfix*/
/*The most recent and globally adopted clearfix solution, the Micro Clearfix by Nicolas Gallagher.*/
.clearfix {
&:before,
&:after {
content: "";
display: table;
}
&:after {
clear: both;
}
zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}