#application {
  position: relative;
  z-index: 0;
}

html, body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

ul {
  list-style: none;
}

a, button, input, textarea, select {
  border: none;
  outline: none;
  background-color: transparent;
  font-family: inherit;
  font-size: 100%;
}


/*# sourceMappingURL=styles.fbec0101908f05dd1b30.css.map*/