
/* 	Reset
 ``````````````````````````````````````````````````````````````````````````` */

    * {
        margin: 0;
        padding: 0;
    }

    form { display: inline; }
    body, p, dt, dd, li, fieldset, td, th { text-align: left; }

    fieldset, img { border: none; }
    table { border-collapse: collapse; }

    a { outline: none; }

    .clear { content: "."; display: block; clear:both; visibility: hidden; line-height: 0; height: 0; overflow: hidden; }
    * html .clear { height: 1%; margin-top: -4px; }
    .clear:after { content: "."; display: block; clear:both; }

    .clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
    .clearfix { margin: 0; padding: 0;  }
    html[xmlns] .clearfix { display: block; }
    * html .clearfix { height: 1%; }
