html,
body, article, section, nav, aside, h1, h2, h3, h4, h5, h6, header, footer, address,
p, pre, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, div,
em, strong, small, cite, q, dfn, abbr, time, code, var, samp, kbd, sub, sup, i, b, mark, span,
ins, del,
img, iframe, object, video, audio,
table, caption, tbody, thead, tfoot, tr, th, td,
form, label, details, fieldset, legend,
summary,
canvas {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol, ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

input, select {
  vertical-align:middle;
}

*,*::before,*::after {
  box-sizing: border-box;
}

img {
  display: block;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
  cursor: pointer;
}