.api-docs-content {
    max-width: 60rem;
}

.api-docs-content h1 { margin-top: 1.5rem; margin-bottom: 1rem; }
.api-docs-content h2 { margin-top: 2rem; margin-bottom: 1rem; border-bottom: 1px solid #dee2e6; padding-bottom: .25rem; }
.api-docs-content h3 { margin-top: 1.5rem; margin-bottom: .75rem; }
.api-docs-content h4 { margin-top: 1.25rem; margin-bottom: .5rem; }

.api-docs-content table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}
.api-docs-content table th,
.api-docs-content table td {
    padding: .4rem .75rem;
    border: 1px solid #dee2e6;
    vertical-align: top;
}
.api-docs-content table thead th {
    background-color: #f8f9fa;
    font-weight: 600;
}
.api-docs-content table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.api-docs-content pre {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    padding: 1rem;
    overflow-x: auto;
}
.api-docs-content code {
    background-color: #f8f9fa;
    padding: .1em .3em;
    border-radius: .2em;
    font-size: .9em;
}
.api-docs-content pre code {
    background: none;
    padding: 0;
    font-size: inherit;
}

.api-docs-content hr {
    margin: 1.5rem 0;
}

