html, body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #000;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
}

.text-only * {
  all: unset !important;
  display: block !important;
  width: 100% !important;
  height: auto;
  font-family: sans-serif !important;
  color: black !important;
  margin: 0.5em 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.text-only script, .text-only style {
  display: none !important;
}

.text-only body {
  background: #fff !important;
}

.state--before-backwards box-panel,
.state--before-forwards box-panel,
.state--before box-panel,
.state--after-backwards box-panel,
.state--after-forwards box-panel,
.state--after box-panel {
  pointer-events: none;
}

/*
.state--active {
  z-index: 100;
}
*/

.fact-sheet-callout {
  padding: 1em;
  border: 1px dotted gray;
  outline-offset: 3px;
  outline: 1px solid gray;
  background: rgba(102, 51, 153, 0.4);
  font-family: Arial;
  font-size: 0.9rem;
}