@viewport {
  width: extend-to-zoom;
  zoom: 1.0; }
html, body {
  font-size: 100%;
  padding: 0px;
  margin: 0px;
  line-height: normal; }

div, main, nav, ul, section, article, aside, header, footer {
  margin: 0px;
  padding: 0px;
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 400px;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: none;
  text-shadow: none; }

p, h1, h2, h3, h4, h5, h6, blockquote {
  margin: 0px;
  padding: 0px;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 400px;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: none;
  text-shadow: none;
  font-family: "Helvetica"; }

.clear, .clearfix {
  clear: both; }

a, ul, ol, li, span, strong, b, i, em, q, label {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  list-style: none;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 400px;
  text-decoration: none;
  color: #333;
  text-shadow: none;
  font-family: "Helvetica"; }

input, button {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #333;
  background: #fff;
  color: #333;
  border-radius: none;
  box-shadow: none;
  text-shadow: none;
  padding: 5px;
  outline: none; }

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