/* basic color definition - safety rule ------------------------------------- */
body {background:#fff; color:#000;}


/* reset all paddings and margins ------------------------------------------- */
* {margin:0; padding:0;}
/* reset borders on non-input elements */
html, body, div, ul, ol, li, form, span, p, img, fieldset, legend, label, h1, h2, h3, h4, h5, h6, table, tbody, thead, tfoot, tr, th, td {border:none;}


/* reset style on list elements, only apply to bulleted lists later on - */
li {list-style:none;}


/* generic class to hide elements from screen but not from source ----------- */
.hidden {position:absolute !important; top:-999em; left:-999em;}


/* clearfix class - never ever delete --------------------------------------- */
.clearfix:after {content: "."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */