/* RESET */
/* line 2, ../src/reset.scss */
html, body, h1, h2, h3, h4, h5, h6, p, q, ol, ul, li, dl, lh, dt, dd, pre, code, address, variable, form, fieldset, blockquote, cite, button {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal; }

/* line 9, ../src/reset.scss */
html {
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

/* line 13, ../src/reset.scss */
html, body {
  width: 100%;
  height: 100%; }

/* line 17, ../src/reset.scss */
* {
  box-sizing: border-box;
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ }

/* line 20, ../src/reset.scss */
a img {
  border: 0; }

/* line 23, ../src/reset.scss */
ol, ul {
  list-style: none; }

/* line 26, ../src/reset.scss */
button {
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer; }
