/*** RESET ***/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
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, flegend,
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, input, textarea, span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, body {
  height: 100%;
}
svg {
  overflow: hidden;
}


html {  
  font-size: 16px;
}
img {
  border: 0;
  max-width: 100%;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
span.description {
  font: 0/0 a;
  color: transparent;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p,
p p, p h1, p h2, p h3, p h4, p h5, p h6,
li li, li p, li td,
td td, td p, th th, th p,
p a, a a, li a, td a, th a {
  font-size: 1em;
}
input {
  border: 0;
  outline: none;
  width: auto;
  line-height: normal;
  overflow: visible;
  /* -webkit-appearance: none; */
  -webkit-border-radius: 0; 
  -moz-border-radius: 0; 
  border-radius: 0;
}
[type="search"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
*:focus {
  outline: none;
}
::-webkit-input-placeholder, :-moz-placeholder,
::-moz-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder {
   color: #C9C9C9;
}
