@media (1440px > width >= 1600px) {
  main .md-grid {
    max-width: 1440px;
    margin-left: 0;
  }
}

@media (width > 1600px) {
  main .md-grid {
    max-width: 1800px;
    margin-left: 0;
  }
}

.card-title {
  margin-top: 0.2rem !important;
  margin-bottom: 0.2rem !important;
}

.md-typeset p.card-text {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  font-size: 0.7rem;
  line-height: 1.4;
}

div .zoomable svg {
  max-height: 800px;
}

.swagger-ui textarea {
  color: var(--md-code-fg-color);
  background: var(--md-code-bg-color);
}
