@charset "UTF-8";

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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
	font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

ol, ul, li {
    list-style: none;
}


blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}

em, i {
    font-style: normal;
}

a {
    color: inherit;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
}

a:active,
a:hover,
a:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    border: 0;
    background: transparent;
    outline: 0;
    cursor: pointer;
    color: inherit;
}

button, select {
    text-transform: none;
}

img {
    border: 0;
}

img, svg {
    vertical-align: top;
}

caption {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    text-indent: -9999px;
    clip: rect(0 0 0 0);
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

select, input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size: 100%;
}
select::-ms-expand { display: none; }

textarea {
    resize: vertical;
}
  
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

iframe {
    border: 0;
}

