/* =Reset default browser CSS. Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* line 12, ../scss/reset.scss */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 19, ../scss/reset.scss */
body {
  line-height: 1;
}

/* line 22, ../scss/reset.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}

/* line 26, ../scss/reset.scss */
ol {
  list-style: decimal;
  margin-left: 20px;
}

/* line 30, ../scss/reset.scss */
ul {
  list-style: disc;
}

/* line 33, ../scss/reset.scss */
blockquote {
  quotes: none;
}

/* line 36, ../scss/reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 40, ../scss/reset.scss */
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 44, ../scss/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 48, ../scss/reset.scss */
a img {
  border: none;
}
