/**
 * This stylesheet is used to print reveal.js
 * presentations to PDF.
 */
.print-pdf {
  width: 100%;
  height: 100%;
  overflow: visible;
  /* Remove any elements not needed in print. */
  /* Do not display footer */
}
.print-pdf .reveal-viewport {
  background-color: #000;
}
.print-pdf * {
  -webkit-print-color-adjust: exact;
}
.print-pdf body {
  margin: 0 auto !important;
  border: 0;
  padding: 0;
  float: none !important;
  overflow: visible;
}
.print-pdf .nestedarrow,
.print-pdf .reveal .controls,
.print-pdf .reveal .progress,
.print-pdf .reveal .playback,
.print-pdf .reveal.overview,
.print-pdf .fork-reveal,
.print-pdf .share-reveal,
.print-pdf .state-background {
  display: none !important;
}
.print-pdf .reveal pre code {
  overflow: hidden !important;
}
.print-pdf ul,
.print-pdf ol,
.print-pdf div,
.print-pdf p {
  visibility: visible;
  position: static;
  width: auto;
  height: auto;
  display: block;
  overflow: visible;
}
.print-pdf .reveal {
  width: auto !important;
  height: auto !important;
  overflow: hidden !important;
  /* disable all tooltips */
  /* Display slide speaker notes when 'showNotes' is enabled */
  /* Layout option which makes notes appear on a separate page */
  /* Display slide numbers when 'slideNumber' is enabled */
  /* disable striped effect */
}
.print-pdf .reveal .slides {
  position: static;
  width: 100% !important;
  height: auto !important;
  zoom: 1 !important;
  left: auto;
  top: auto;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
  display: block;
  perspective: none;
  perspective-origin: 50% 50%;
}
.print-pdf .reveal .slides .pdf-page {
  position: relative;
  overflow: hidden;
  z-index: 1;
  page-break-after: always;
}
.print-pdf .reveal .slides section {
  visibility: visible !important;
  display: block !important;
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  min-height: 1px;
  opacity: 1 !important;
  transform-style: flat !important;
  transform: none !important;
}
.print-pdf .reveal section.stack {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  page-break-after: avoid !important;
  height: auto !important;
  min-height: auto !important;
}
.print-pdf .reveal img {
  box-shadow: none;
}
.print-pdf .reveal canvas {
  background-image: url("./canvas_not_supported.0b45de53.jpg") !important;
  background-size: contain;
}
.print-pdf .reveal .roll {
  overflow: visible;
  line-height: 1em;
}
.print-pdf .reveal .tip {
  visibility: hidden;
}
.print-pdf .reveal .slide-background {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: auto !important;
  border: 1px solid #444;
}
.print-pdf .reveal .slide-background .slide-background-content {
  background-image: none !important;
}
.print-pdf .reveal.show-notes {
  max-width: none;
  max-height: none;
}
.print-pdf .reveal .speaker-notes-pdf {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 100;
}
.print-pdf .reveal .speaker-notes-pdf[data-layout=separate-page] {
  position: relative;
  color: inherit;
  background-color: transparent;
  padding: 20px;
  page-break-after: always;
  border: 0;
}
.print-pdf .reveal .slide-number-pdf {
  display: block;
  position: absolute;
  font-size: 32px;
}
.print-pdf .reveal h1,
.print-pdf .reveal h2,
.print-pdf .reveal h3,
.print-pdf .reveal h4,
.print-pdf .reveal blockquote {
  text-shadow: none !important;
  animation: none !important;
}
.print-pdf .reveal .frame::after, .print-pdf .reveal .frame::before {
  background-image: none !important;
}
.print-pdf .reveal .frame {
  border-image: none;
}
.print-pdf footer {
  display: none !important;
}