/* -----------------------------------------------------------------------------
Title: Browser hacks file (non-IE)
----------------------------------------------------------------------------- */
/* We need to use a hack to make sure we clear container divs 
Details @ http://www.positioniseverything.net/easyclearing.html */
/* ----- CLEAR FLOATS ----- */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* hides from ie-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end hide from ie-mac */