#wp h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#wp hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
#wp pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
#wp a {
  background-color: transparent;
}
#wp abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
#wp b,
#wp strong {
  font-weight: bolder;
}
#wp code,
#wp kbd,
#wp samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
#wp small {
  font-size: 80%;
}
#wp sub,
#wp sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#wp sub {
  bottom: -0.25em;
}
#wp sup {
  top: -0.5em;
}
#wp img {
  border-style: none;
  display: block;
  margin-bottom: 2rem;
}
#wp button,
#wp input,
#wp optgroup,
#wp select,
#wp textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
#wp button,
#wp input { /* 1 */
  overflow: visible;
}
#wp button,
#wp select { /* 1 */
  text-transform: none;
}
#wp button,
#wp [type="button"],
#wp [type="reset"],
#wp [type="submit"] {
  -webkit-appearance: button;
}
#wp button::-moz-focus-inner,
#wp [type="button"]::-moz-focus-inner,
#wp [type="reset"]::-moz-focus-inner,
#wp [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
#wp button:-moz-focusring,
#wp [type="button"]:-moz-focusring,
#wp [type="reset"]:-moz-focusring,
#wp [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
#wp fieldset {
  padding: 0.35em 0.75em 0.625em;
}
#wp legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
#wp progress {
  vertical-align: baseline;
}
#wp textarea {
  overflow: auto;
}
#wp [type="checkbox"],
#wp [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
#wp [type="number"]::-webkit-inner-spin-button,
#wp [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
#wp [type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
#wp [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#wp ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
#wp details {
  display: block;
}
#wp summary {
  display: list-item;
}
#wp template {
  display: none;
}
#wp [hidden] {
  display: none;
}
