.docs-container {
  /* background:#101010; */
}
.docs-container .section-list {
  margin:20px;
}
.docs-container .section-list h2 {
  margin-bottom:15px;
}
.docs-container .section-item.sources-label {
  cursor:pointer;
}
.docs-container .section-item.sources-label:hover {
  color:#fff;
}
.docs-container .back-link {
  cursor:pointer;
  margin-bottom:25px;
}
.docs-container img {
  width: 100%;
  border: 1px solid #2c2c2c;
  border-radius: 4px;
  margin-top: 10px;
  max-width:1200px;
  margin-bottom:20px;
}
.docs-container .section-list h3.flex-pages {
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.docs-container .section-list h3 {
  margin-bottom:12px;
  line-height: 2;
  font-weight: 100;
}
