:root{
    font-size: 10px;
}
html {
	box-sizing: border-box;
}
*, *::before, *::after {
	/* outline: 1px solid red; */
	box-sizing: inherit;
}

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: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
}
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
b, strong {
    font-weight: bolder;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
body {
  
	line-height: 1.15;
}
button, input { /* 1 */
    overflow: visible;
}
code, kbd, samp {
    font-family: monospace, monospace; /* 1 */
}
img {
    width: 100%;
    border-style: none;
}
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
progress {
    vertical-align: baseline;
}
summary {
    display: list-item;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
template {
    display: none;
}
textarea {
    overflow: auto;
}
[hidden] {
    display: none;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}