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,
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, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

html, body {
  position: relative;
  min-height: 100%;
  font-size: 100%;
  line-height: 1; }

form, input, textarea, select, button, fieldset, label, input[type="checkbox"], input[type="radio"], hr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

html, body {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

form, input, textarea, select, button, fieldset, label {
  font: inherit;
  vertical-align: baseline; }

html, body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

blockquote:before, blockquote:after, q:before, q:after {
  quotes: none;
  content: '';
  content: none; }

a {
  display: inline-block;
  text-decoration: none;
  color: inherit; }

ul, ol {
  list-style: none; }

form, input, textarea, select, button, fieldset, label {
  color: inherit;
  background: none;
  line-height: inherit;
  cursor: pointer; }

select, input[type="checkbox"], input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="checkbox"], input[type="radio"] {
  height: 1em;
  width: 1em;
  line-height: 1;
  vertical-align: middle;
  margin-right: 1em; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
