/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* line 4, ../sass/reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* line 11, ../sass/reset.scss */
body {
  line-height: 1;
}

/* line 15, ../sass/reset.scss */
ol, ul {
  list-style: none;
}

/* line 19, ../sass/reset.scss */
blockquote, q {
  quotes: none;
}

/* line 24, ../sass/reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 31, ../sass/reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
/* line 39, ../sass/reset.scss */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
/* line 45, ../sass/reset.scss */
ins {
  text-decoration: none;
}

/* line 49, ../sass/reset.scss */
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup
*/
/* line 56, ../sass/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 1;
  text-align: center;
}
