/* [project]/src/style/base.css [app-client] (css) */
html, body {
  font-size: 62.5%;
}

html, body, header, footer, fieldset, section, article, h1, h2, h3, h4, h5, h6, p, div, th, td, table, pre, code, form, fieldset, legend, input, button, address, ol, ul, li, dl, dt, dd, img, textarea, blockquote {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

input, button, select, textarea {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: normal;
}

table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

ol, ul {
  list-style-type: none;
}

img, fieldset {
  vertical-align: top;
  border: 0;
}

em, i, address {
  font-style: normal;
}

a:link, a:visited, a:active, a:hover, a:focus {
  text-decoration: none;
}

button {
  cursor: pointer;
  background: none;
  border: 0;
  overflow: visible;
}

hr {
  display: none;
}

/*# sourceMappingURL=src_style_base_0eujgod.css.map*/