.content blockquote { margin-left: 3em; }
.content blockquote:before { content: '\261E'; margin-left: -3em; position: absolute; }
.content img, .content iframe { display: block; margin: auto !important; max-width: 100%; }
.docs table { min-width: 100%; margin: 1.5em auto; }
.docs table th, .docs table td { border: 1px solid #ccc; padding: 0.5em 1em; }
.docs table th { background: #eee; }
.docs .h-link { color: #ddd; font-size: 1em; position: absolute; left: -1em; top: 0; }
.docs .h-link:hover { color: #bbb; }
.docs .level-h2 { margin-left: 0.8em; }
.docs .level-h3 { margin-left: 1.6em; }
.docs .level-h4 { margin-left: 2.4em; }
.docs h1, .docs h2, .docs h3, .docs h4 { font-weight: 600 !important; color: #444; position: relative; margin-top: 2em; margin-left: 1em; }
.docs h1:first-child, .docs h2:first-child { margin-top: 0; padding-top: 0; }
code {
    font-family: Menlo, Consolas, Courier, monospace !important;
    border-radius: 0.2em;
    color: #575;
    background: #e5e5e5;
    font-weight: bold;
    font-size: 13px !important;
    line-height: 15px !important;
    overflow: auto;
    padding: 0.1em 0.5em;
}
pre {margin: 1.2em 0 !important; }
pre code { padding: 0; }

/* Docs sidebar navigation */
.toclist { padding-bottom: 3em; }
.toclist .toc-header {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aaa;
  padding: 0.4em 0.6em 0.8em;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.5em;
}
.toclist .nav-link {
  display: block;
  color: #5f6368;
  font-size: 14px;
  padding: 0.2em 0.6em;
  margin-bottom: 1px;
  border-left: 2px solid transparent;
  border-radius: 0;
  width: 100%;
}
.toclist .nav-link:hover {
  color: #212529;
  background: #f5f5f0;
  text-decoration: none;
}
.toclist .nav-link.section-header {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999;
  margin-top: 1.4em;
}
.toclist .nav-link.section-header:first-of-type { margin-top: 0.2em; }
.toclist .nav-link.active {
  background: #e8f0fa;
  color: #175a9c;
  font-weight: 600;
  border-left-color: #175a9c;
}
.toclist .nav-link.section-header.active { border-left-color: transparent; }
.toclist code {
  background: none;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.toclist::-webkit-scrollbar { width: 5px; }
.toclist::-webkit-scrollbar-thumb { background: #ddd; border-radius: 3px; }
@media (min-width: 768px) {
  .sidebar { xborder-right: 1px solid #f0f0f0; }
}
