/* Default Styles */
body { background: #fff; }

/* Clearfix */
.clearer { clear: both; float: none; }
.clear { clear: both; }
.block { font-size: 0.92em; margin: 5px 0px 0px 0px; }
.clearfix { display: inline-block; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* Floating Elements */
.float-left { float: left; }
.float-right { float: right; }

/* Hidden elements */
.hidden { display: none; visibility: hidden; }

/* Hide legend */
fieldset legend { display: none; }