.wy-nav-content {
  max-width: 1100px;
}

.wy-nav-content h1 {
  font-size: 2.3rem;
  line-height: 1.15;
  margin-bottom: 1rem;
  color: #13293d;
}

.wy-nav-content h2 {
  margin-top: 2.6rem;
  margin-bottom: 1rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #13293d;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
}

.wy-nav-content h2 .api-kind {
  display: inline;
  margin-right: 0.45rem;
  padding: 0;
  border-radius: 0;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  vertical-align: middle;
  border: 0;
  background: transparent;
  color: #6c7784;
}

.wy-nav-content h2 .api-kind-overview {
  color: #6c7784;
}

.wy-nav-content h2 .api-kind-types {
  color: #6c7784;
}

.wy-nav-content h2 .api-kind-class {
  color: #6c7784;
}

.wy-nav-content h2 .api-kind-method {
  color: #6c7784;
}

.wy-nav-content h2 .api-kind-group {
  color: #6c7784;
}

.wy-nav-content h2 .api-kind-helper {
  color: #6c7784;
}

.wy-nav-content h2 .api-kind-factory {
  color: #6c7784;
}

.wy-nav-content h2 code {
  background: transparent;
  color: inherit;
  padding: 0;
}

.wy-nav-content h3 {
  margin-top: 1.8rem;
  margin-bottom: 0.8rem;
  color: #17324d;
  font-size: 1.32rem;
  line-height: 1.3;
  font-weight: 650;
}

.wy-nav-content h4 {
  margin-top: 1.25rem;
  margin-bottom: 0.65rem;
  color: #1c3d5a;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 650;
}

.wy-nav-content table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.wy-nav-content table thead th {
  background: #edf5fc;
  color: #163a59;
}

.wy-nav-content table tbody tr:nth-child(even) td {
  background: #f8fbfe;
}

.wy-nav-content table th,
.wy-nav-content table td {
  vertical-align: top;
}

.wy-nav-content .admonition {
  border-left: 4px solid #0f5fa8;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(15, 95, 168, 0.08);
}

.wy-nav-content .admonition-title {
  font-weight: 600;
}

.wy-nav-content .admonition.note,
.wy-nav-content .admonition.info {
  border-left-color: #0f5fa8;
}

.wy-nav-content .admonition.tip {
  border-left-color: #1d7a46;
}

.wy-nav-content .admonition.warning {
  border-left-color: #b35b00;
}
