html, body {
  margin: 0;
  padding: 0;
}

html.mzr-svg * {
  filter: none !important;
}

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

audio, canvas, video {
  display: inline-block;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, q:before {
  content: "«";
}

blockquote:after, q:after {
  content: "»";
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: .1em;
  border: 0;
  border-top: .1em solid #ccc;
  margin: 0.5em 0;
  padding: 0;
  clear: both;
}

input, select {
  vertical-align: baseline;
}

input[type=radio], input[type=checkbox] {
  vertical-align: middle;
}

select {
  max-width: 15em;
}

button, input, select, textarea, .button {
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4em !important;
}

a:hover, a:active {
  outline: none;
}

ul, ol {
  margin: .6em 0;
  padding: 0 0 0 1em;
}

ol {
  list-style-type: decimal;
}

small {
  font-size: 85%;
}

b, strong, th {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

tbody {
  border: none;
}

td, th {
  vertical-align: top;
  padding: .2em;
}

table [valign="middle"] {
  vertical-align: middle;
}

table [valign="top"] {
  vertical-align: top;
}

table [valign="bottom"] {
  vertical-align: bottom;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

i, em {
  font-style: italic;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 1.1em;
}

textarea {
  overflow: auto;
}

a, label[for], input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}

select, input, textarea, button {
  font: inherit;
}

h1, h2 {
  font-size: 160%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

h1, h2, h3, h4, h5, h6 {
  margin: .2em 0;
  font-weight: bold;
  line-height: 120%;
}

p {
  margin: .6em 0;
}