/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 0.2em;
  padding-top: 0.6em;
}

h1 {
  font-size: 32pt;
  font-weight: normal;
}

h2 {
  font-size: 28pt;
  font-weight: normal;
}

h3 {
  font-size: 26pt;
  font-weight: normal;
}

h4 {
  font-size: 24pt;
  font-weight: normal;
}

h5 {
  font-size: 20pt;
  font-weight: normal;
}

h6 {
  font-size: 18pt;
  font-weight: normal;
}

div,
p,
span {
  font-size: 16pt;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/*# sourceMappingURL=reset.css.map */