html,
body {
  margin: 0;
  font-family: Muli, sans-serif;
}

.demo__timeline-container {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.demo__timeline {
  position: relative;
}

#infopanel {
  padding: var(--s-2);
  font-size: 0.8em;
  background-color: #1f3336;
}

.demo__overlay-panel {
  position: absolute;
  backdrop-filter: blur(1px);
  background-color: var(--neutral-color900-trans); /* neutral-color900 */
  left: 8px;
  top: 54px;
  width: 280px;
  z-index: 2;
  font-size: 15px;
  max-height: calc(75vh - 140px - var(--topnav-height));
}

.demo__options-panel {
  border: none;
  border-radius: var(--border-radius);
  background-color: transparent;
}

.demo__options-panel label {
  padding: 8px 16px;
}
