/* ------------ */
/* RESET STYLES */
/* ------------ */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {margin: 0;padding:0;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

a {background-color: transparent;}
a:active, a:hover {outline: 0;}

b, strong {font-weight: bold;}

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

img {border: 0;}

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

hr {
  box-sizing: content-box;
  height: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {cursor: default;}

input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {padding: 0;}

/* ------------ */
/*              */
/* ------------ */

