/*--------------------------------------------------------------
Name    DPG CSS Reset
Version 2.0.7
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

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

body {
  background-color: #fff;
  font-family: -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
}

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

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend,
textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

iframe {
  border: 0;
}

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

td, th {
  padding: 0;
  text-align: left;
}

img, video {
  display: block;
}

hr {
  border-style: none;
}

th, td {
  border-style: solid;
}
