body * {
    outline: none;
    line-height: 125%;
    -webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
    -webkit-font-smoothing: antialiased;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0px;
    font-size: 100%;
    font: inherit;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-size: 11.75pt;
    font-weight: 300;
    font-family: sans-serif;
    overflow-x: hidden;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0px;
}
input, select, textarea {
    font-size: 11.75pt;
    box-sizing: content-box;
    -webkit-margin-after: 0px;
    -webkit-margin-before: 0px;
}
body *:first-child {
    margin-top: 0px;
}
body *:last-child {
    margin-bottom: 0px;
}
button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0px 0px 0px #000000;
}