<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.h5p-documentation-tool {
  font-size: 16px;
}

/* Fix for box sizing themes */
.h5p-documentation-tool * {
  box-sizing: content-box;
}

.h5p-documentation-tool .joubel-exportable-area {
  box-sizing: border-box;
}

.h5p-documentation-tool :active {
  outline: none;
}

.h5p-documentation-tool .h5p-documentation-tool-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.h5p-documentation-tool .h5p-documentation-tool-main-content:before {
  content: none;
}

.h5p-documentation-tool .h5p-documentation-tool-page-container {
  position: relative;
  min-height: 500px;
  width: 100%;
  max-width: 600px;
  color: #333;
  padding-bottom: 1.5em;
}

.h5p-documentation-tool .h5p-documentation-tool-page-container .h5p-documentation-tool-page {
  display: block;
  height: 100%;
  margin-bottom: 1em;
  display: none;
}

.h5p-documentation-tool .h5p-documentation-tool-page-container .h5p-documentation-tool-page &gt; * {
  padding: 0.5em 1em;
}

.h5p-documentation-tool .h5p-documentation-tool-page-container .h5p-documentation-tool-page.current {
  display: block;
}

.h5p-documentation-tool .h5p-documentation-tool-page-container .h5p-documentation-tool-page * {
  visibility: hidden;
}

.h5p-documentation-tool .h5p-documentation-tool-page-container .h5p-documentation-tool-page.current * {
  visibility: visible;
}

.h5p-documentation-tool .h5p-documentation-tool-footer {
  display: block;
  position: absolute;
  height: 2.25em;
  left: 0;
  right: 0;
  bottom: 0;
}

/* ---------------------------- Documentation Tool Buttons ------------------------------- */
/* Rounded button css in 'H5P.JoubelUI' library */

.h5p-documentation-tool .h5p-documentation-tool-footer .h5p-navigation-button-prev,
.h5p-documentation-tool .h5p-documentation-tool-footer .h5p-navigation-button-next {
  position: absolute;
  right: 1em;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 24px;
}

.h5p-documentation-tool .h5p-documentation-tool-footer .h5p-navigation-button-prev:before,
.h5p-documentation-tool .h5p-documentation-tool-footer .h5p-navigation-button-next:before {
  font-family: "H5PFontAwesome4";
  content: "\f104";
  color: #FFFFFF;
  font-size: 24px;
  position: relative;
  right: -0.375em;
  line-height: 28px;
}

/* Active state */
.h5p-documentation-tool .h5p-documentation-tool-footer .h5p-navigation-button-prev:active:before,
.h5p-documentation-tool .h5p-documentation-tool-footer .h5p-navigation-button-next:active:before {
  top: 2px;
}

.h5p-documentation-tool .h5p-documentation-tool-footer .h5p-navigation-button-prev {
  margin-right: 3em;
}

.h5p-documentation-tool .h5p-documentation-tool-footer .h5p-navigation-button-next:before {
  content: "\f105";
  color: #FFFFFF;
  right: -0.5em;
}

/* Disable prev button for first page and next button for last page */
.h5p-documentation-tool .h5p-documentation-tool-page:first-child .h5p-documentation-tool-footer .h5p-navigation-button-prev,
.h5p-documentation-tool .h5p-documentation-tool-page:last-child .h5p-documentation-tool-footer .h5p-navigation-button-next {
  background-color: #ccc;
  cursor: default;
}
.h5p-documentation-tool .h5p-documentation-tool-page:first-child .h5p-documentation-tool-footer .h5p-navigation-button-prev:active:before,
.h5p-documentation-tool .h5p-documentation-tool-page:last-child .h5p-documentation-tool-footer .h5p-navigation-button-next:active:before {
  top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.h5p-documentation-tool .h5p-documentation-tool-page:last-child .h5p-documentation-tool-footer .h5p-navigation-button-next:active,
.h5p-documentation-tool .h5p-documentation-tool-page:first-child .h5p-documentation-tool-footer .h5p-navigation-button-prev:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


/* ---------------------------- Responsive view ----------------------------- */
.h5p-documentation-tool .h5p-documentation-tool-main-content.responsive .h5p-documentation-tool-page-container {
  margin-left: 2.2em;
}
</pre></body></html>