@media print {
  html {
    font-size: 100% !important;
    font-family: "Gentium Book Basic", "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", "Roboto", sans-serif !important;
  }

  body {
    font-size: 12pt !important;
    font-family: "Gentium Book Basic", "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", "Roboto", sans-serif !important;
  }

  .no-print {
    display: none !important;
  }
}
.md-footer-meta__inner {
  justify-content: center !important;
  text-align: center !important;
}

[data-md-color-primary=deep-orange] {
  --md-primary-fg-color: #e74e0f;
  --md-primary-fg-color--light: #ff8a66;
  --md-primary-fg-color--dark: #f4511f;
  --md-primary-bg-color: #fff;
  --md-primary-bg-color--light: hsla(0,0%,100%,.7);
}

img[alt=screenshot],
img[alt=screen] {
  max-width: 300px !important;
  border: 1px solid #e74e0f;
  display: block;
  margin: 1rem auto;
}

img[alt=screennb] {
  max-width: 300px !important;
  display: block;
  margin: 1rem auto;
}

img[alt=inlinesm] {
  max-height: 30px !important;
  display: inline-block;
  vertical-align: middle;
}

img[alt=snippet3],
img[alt=snippet] {
  max-width: 300px !important;
  width: auto !important;
  display: block;
  margin: 1rem auto;
}

img[alt=snippet4] {
  max-width: 400px !important;
  width: auto !important;
  display: block;
  margin: 1rem auto;
}

img[alt=snippet2] {
  max-width: 200px !important;
  width: auto !important;
  display: block;
  margin: 1rem auto;
}

.md-typeset .headerlink,
.md-typeset .headerlink:is(:focus, :hover), .md-typeset :target > .headerlink {
  width: 0;
  height: 0;
  font-size: 10px;
  color: white;
}

/*# sourceMappingURL=extra.css.map */
