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, details, embed, figure, figcaption, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  border: none;
  outline: none;
}
article, aside, details, figcaption, figure, hgroup, menu, nav, section { display: block; }


html {
  height: 100%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


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


hr {
  margin: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  border-left: 0;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.7em;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
}

a { color: inherit; }

a:link {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 { font-size: 1rem; }

ol, ul { 
  margin-left: 0; 
  list-style: none;
}


button {
  border: none;
  background: none;
}
  button:focus { outline: none; }


/*------------------------------------*\
  Input
\*------------------------------------*/
input, select {
  margin: 0;
  border: none;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: inherit;
}
  input:focus, select:focus { outline: none; }
