
.sidebar-headings .sidebar-heading .sidebar-heading-anchor {
  color: #666;
  padding: 7px 20px;
  padding-left: 17px;
  display: block;
}
.sidebar-headings .sidebar-heading[data-level="2"] .sidebar-heading-anchor {
  color: #333;
}
.sidebar-headings .sidebar-heading .sidebar-heading-anchor.active, .sidebar-headings .sidebar-heading .sidebar-heading-anchor:hover {
  color: #42b983;
}
.sidebar-headings .sidebar-heading {
  line-height: 1.4;
}
.sidebar-headings .sidebar-heading[data-level="2"] {
  font-weight: 700;
}
.sidebar-headings .sidebar-heading[data-level="3"] .sidebar-heading-anchor {
  padding-left: 25px;
}
.document-body h1, .document-body h2, .document-body h3, .document-body h4, .document-body h5, .document-body h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.document-body h2{
  padding-bottom: .3em;
  font-size: 1.5em;
  margin-top: 50px;
  margin-bottom: 15px;
}
.document-body h3 {
  font-size: 1.25em;
}
.document-body li {
  list-style: inherit;
  line-height: 2;
}
.document-menu{
  width: 100%;
}
.document-menu.document-menu-fixed{
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
}
blockquote{
  padding: 10px 20px;
  margin: 0 0 20px;
}