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

.clearfix {display: inline-table;}

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