html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

article, aside, figure, figcaption, footer, header, hgroup, nav, section { display: block; }

ul { list-style: none; }
ol { list-style-position: inside; }

blockquote, q { quotes: none; }

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

i, em, var { font-style: normal; }

table { border-collapse: collapse; border-spacing: 0; font-size: 1em; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #e0ddde; margin: 20px 0; padding: 0; }

input, select { vertical-align: middle; }

table { empty-cells: show; font-size: 1em; }
table th { vertical-align: top; text-align: left; font-weight: normal; }
table td { vertical-align: top; }


a { text-decoration: none; }
a:hover, a:active { outline: none; }

* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

:focus { outline: 0; }

::-moz-selection{ background: #fff2a8; color: #000; text-shadow: none; }
::selection { background: #fff2a8; color: #000; text-shadow: none; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

figure { margin: 0; }

fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid {  }
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #fff inset;}

html { -webkit-font-smoothing: antialiased; }
html { font-size: 100%; }

hr { clear: both; }

.hidden { display: none; }
.invisible { visibility: hidden; }
