/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
footer,
header,
main,
menu,
nav,
section {
  display: block
}

audio,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

a:active,
a:hover {
  outline: 0
}

b,
strong {
  font-weight: 700
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

small {
  font-size: 80%
}

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

pre {
  overflow: auto
}

code,
pre {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
select {
  color: inherit;
  font: inherit;
  margin: 0
}

button,
select {
  text-transform: none
}

button {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled] {
  cursor: default
}

button::-moz-focus-inner {
  border: 0;
  padding: 0
}
