/* Sidebar section headings — bold */
.sidebar-item-text.sidebar-link.text-start {
  font-weight: 700 !important;
}

.level-scroll {
  display: block;
  margin: 1rem 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.75rem;
  background: #fafafa;
  outline: none;
}

.level-scroll:focus {
  border-color: #66afe9;
  box-shadow: 0 0 0 2px rgba(102, 175, 233, 0.25);
}

.level-scroll img.frame {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 0.5rem auto;
  background: #fff;
}

.level-scroll input[type="range"] {
  display: block;
  width: 100%;
  margin: 0.25rem 0;
}

.level-scroll .caption {
  font-size: 0.9em;
  color: #444;
  text-align: center;
}

.level-scroll .caption .level {
  font-weight: 600;
}
