* {
  margin: 0;
  padding: 0;
}


*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}


::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}


[aria-busy=true] {
  cursor: progress;
}


[aria-disabled=true],
[disabled] {
  cursor: default;
}


[aria-controls],
[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}


[hidden] {
  display: none;
}


[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}


[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}


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


[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}


[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}


a {
  background-color: transparent;
  text-decoration: none;
}


a:active,
a:focus,
a:hover,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}


abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}


b,
strong {
  font-weight: bolder;
}


button {
  overflow: visible;
}


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


button,
input,
textarea {
  background-color: transparent;
  border-style: none;
}


button,
select {
  text-transform: none;
}


code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}


details,
main {
  display: block;
}


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


hr {
  color: inherit;
  height: 0;
  overflow: visible;
}


iframe,
img {
  border-style: none;
}


input {
  border-radius: 0;
}


legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}


optgroup {
  font-weight: 700;
}


pre {
  font-size: 1em;
}


progress {
  vertical-align: baseline;
}


select {
  -moz-appearance: none;
  -webkit-appearance: none;
}


select::-ms-expand {
  display: none;
}


select::-ms-value {
  color: currentColor;
}


small {
  font-size: 80%;
}


sub {
  bottom: -.25em;
}


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


summary {
  display: list-item;
}


sup {
  top: -.5em;
}


table {
  border-color: inherit;
  text-indent: 0;
}


textarea {
  overflow: auto;
  resize: vertical;
}


ul {
  list-style: none;
}