* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }
body { font-size: 13px; color: #000; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; background: #fff; }
a { text-decoration: none; outline: none; color: #000; }
/* Reset for strange margins by default on <figure> elements */
figure { margin: 0; }
/* Base Type Styles Using Modular Scale */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td { margin: 0; padding: 0;}
ul li { list-style: none; }

input[type=submit] { border-right: 0; border-bottom: 0; }

/* CLEARFIX */
.clear { *zoom: 1; display: block; }
.clear:before, .clear:after { content: ""; display: table; }
.clear:after { clear: both; }