body {
  font-size: 0.75rem;
  line-height: 1.45;
}
body .sd-row {
  --sd-gutter-y: 1.5rem;
}
body .toctree-l1 a {
  font-weight: 500 !important;
  font-size: 0.7rem;
  padding: 4px;
}
body .toctree-l1 a.current {
  color: #0eafe0 !important;
  background-color: #dff4fa !important;
  border-right: 2px #0eafe0 solid;
}
body .toctree-l2 a {
  font-weight: normal !important;
}
body div.sidebar-container span.sidebar-brand-text {
  margin-top: -10px;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}
body div.sidebar-container div.sidebar-logo-container {
  margin-top: 5px;
}
body div.sidebar-container div.sidebar-logo-container img.sidebar-logo {
  width: 125px;
}
body div.download-notebook {
  color: #0eafe0;
  border: 1px #e0e0e0 solid;
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 3.2px;
  margin: 20px 0 -20px 0;
  display: inline-block;
}
body div.download-notebook a {
  padding-left: 5px;
  border: 0;
  text-decoration: none;
}

body[data-theme=dark] .toctree-l1 a.current {
  color: #e2e2e2 !important;
  background-color: #292929 !important;
  font-weight: 500 !important;
}
body[data-theme=dark] div.input_area {
  border: 1px #303335 solid !important;
}
body[data-theme=dark] div.download-notebook {
  border: 1px #303335 solid;
  background-color: #121212;
}


/* override width settings for page and inner sections */
/*
body[data-theme="light"],
body[data-theme="dark"],
body[data-theme="auto"] {
  .page {
    .sidebar-drawer {
	width: calc(35% - 26em);
    }
    .content {
	width: calc(36rem + 35%);
    }
  }
}
*/

/* align markdown tables to the left */
table.docutils {
  margin-left: 0;
  margin-right: auto;
}


/*# sourceMappingURL=custom.css.map */
