/* minimal selections from sanitize.css */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
form,
label,
ul,
ol,
dl,
address {
  margin-bottom: 0.9rem;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  line-height: 1.45;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

main {
  display: block;
}

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.45em;
  left: 0.05em;
}

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