.link_indent1 {
  margin-left: 15px;
}

.spacer {
  width: 100%;
}

#docs-index-sect {
  align-items: stretch;
  gap: 10px;
  margin: 20px;
  margin-top: 0;
}

/* Version Section */

#version_switcher {
  margin-bottom: 12px;
}

#sect_version {
  opacity: 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.25s ease;
}

#sect_version.visible {
  opacity: 1;
  padding: 15px;
  max-height: 200px;
}

.version_option {
  cursor: pointer;
}

/* Classes Section */

#sect_classes {
  opacity: 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.25s ease;
}

#sect_classes.visible {
  opacity: 1;
  padding: 15px;
  max-height: 1000px;
}

#sect_page_contents {
  background: #25232a;
}

/* Media Queries */

@media screen and (max-width: 960px) {
  .page {
    display: flex;
    flex-direction: column;
  }

  #sidebar_left {
    width: auto;
    max-height: none;
    position: static;
    overflow: visible;
    padding: 8px 8px 0 8px;
  }

  #sidebar_left .sidebar_sect,
  #sidebar_left .sidebar_switcher {
    width: 100%;
    margin: 0;
  }
}
