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, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, dialog, embed, figcaption, figure, footer, header, hgroup, hr, mark, menu, meter, nav, output, progress, rp, rt, ruby, section, summary, time, video, xmp {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

html, body {
  line-height: 1;
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

:focus {
  outline: 0
}

ins {
  text-decoration: none
}

del {
  text-decoration: line-through
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  clear: both;
  float: none;
  width: 100%;
  height: 0px;
  margin: 0px;
  padding: 0px;
  border: none;
}

* {
  word-break: break-all;
  word-wrap: break-word;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

table[border] caption, table[border] tbody, table[border] tfoot, table[border] thead, table[border] tr, table[border] th, table[border] td {
  outline: 1px solid rgba(0, 0, 0, 0.3);
}

sup {
  vertical-align: text-top;
  font-size: small;
}
