[role="tablist"] {
  border-bottom: 0;
}

.sphinx-tabs-tab[aria-selected="true"] {
  color: #0793b0;
  border: 0;
  border-bottom: 1px solid #0793b0;
  font-weight: inherit;
}

.sphinx-tabs-tab {
  font-family: inherit;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid white;
}

.sphinx-tabs-tab[aria-selected="false"]:hover {
  background-color: #f8f9fb;
  border-bottom: 1px solid #d1d5db;
}

.sphinx-tabs-panel {
  border: 0;
  border-top: 1px solid #e8ecf2;
}

.sphinx-tabs-panel.code-tab {
  padding: 0;
}

.code-tab .code {
  margin: 0;
}

.code-tab .codetable {
  margin-bottom: 0;
}
