html, body, .book.font-family-1, .book-summary {
  font-family: 'Roboto', sans-serif !important;
}

.markdown-section code, .markdown-section pre {
    font-family: 'Roboto Mono', Consolas,"Liberation Mono",Menlo,Courier,monospace !important;
}

.sde-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3001;
  background: #3f3f4c;
  width: 100%;
  height: 50px;
  color: #aaa;
  font-size: 14px;
  border-bottom: 1px #666 solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.sde-logo {
  width: 150px;
}

.sde-title {
  font-size: 24px;
  font-weight: 550;
  color: #ddd;
}

@media (max-width:900px) {
  .sde-title {
    display: none;
  }
}

.sde-menus > * {
  display: inline-block;
}

.sde-books {
  max-width: 226px;
  text-align: right;
}

.sde-books a, .sde-books span {
  color: #aaa;
  text-decoration: none;
  padding-right: 12px;
}

.sde-books a:hover {
  color: #fff;
}

.sde-books a.active {
  color: #fff;
  font-weight: bold;
}

.sde-books span {
  color: #aa759f;
}

.sde-versions a {
  color: #ffc107;
  font-weight: bold;
}

.book {
  height: calc(100% - 50px);
  margin-top: 50px;
  position: fixed;
  top: 0;
}

.sde-api .book-body, .sde-api .book-inner, .sde-api .book-header {
  top: 50px;
}

.sde-api .page-inner {
  margin-top: 0;
}

.material-icons {
  position: relative;
  top: 3px;
}

/* Hide GitBook link */
a.gitbook-link {
  display: none !important;
}

div.title {
  font-weight: bold
}

.sectionbody {
  overflow: scroll;
}

.page-inner {
  max-width: 80%;
}

.valign-top {
  vertical-align: top;
}
