@charset "UTF-8";

/** --------------------------------------------------------------------------
 * reset styles
 * ------------------------------------------------------------------------ */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, a img, :link img, :visited img,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    padding-top: 50px;
}

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, textarea, input,
table, caption, tbody, tfoot, thead, tr, th, td {
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    text-align: left;
    vertical-align: baseline;
    letter-spacing: 0;
}

table {
    box-sizing: border-box;
    border-spacing: 0;
}

ol, ul {
    list-style: none;
}

caption, th,
address, em, strong,
cite, code, dfn, var {
    font-style: normal;
    font-weight: normal;
}

q:before, q:after,
blockquote:before, blockquote:after {
    content: "";
}


/** --------------------------------------------------------------------------
 * set default styles
 * ------------------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6, dt, th,
em, strong {
    font-weight: bold;
}

img {
    vertical-align: bottom;
}

th, td {
    vertical-align: middle;
}

input {
    *vertical-align: middle;
}

pre {
    font: 100% monospace;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

hr {
    display: none;
}