img[src*="?center"] {
    display: block;
    margin: 0 auto;
}

.alert {
    word-wrap: break-word;
    padding: 16px;
    border-radius: 0;
    cursor: default;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-danger {
    color: #d41f1c;
    background-color: rgba(212,31,28,0.07);
}

.alert > p {
    margin-top: 0;
}

ol {
    position: relative;
    counter-reset: list;
    padding-left: 0 !important;
}

ol > li {
    list-style-type: none;
    margin-bottom: 20px;
    line-height: 1.6;
}

ol > li::before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    display: block;
    border: 3px solid #e5e5e5;
    border-radius: 100%;
    font-weight: bold;
    color: #555;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    text-indent: -1px;
}

ol > li > p {
    padding-left: 40px;
}

details > summary {
    cursor: pointer;
}

.banner {
    width: 100%;
    position: fixed !important;
    text-align: center;
    top: 0;
    padding: 0.5%;
    z-index: 2;
}

.banner-link {
    top: 10%;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    text-decoration: none;
}

.banner-link:hover {
    text-decoration: underline;
}

.api-content {
    contain: unset !important;
    margin-top: 2%;
}

.hidden {
    display: none;
}


.stable-version-tag {
    display: inline-block;
    padding: 2px 8px;
    margin: 0;
    background-color: #0993d4;
    color: #ffffff;
    vertical-align: middle;
    line-height: 1.6;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    max-height: 23px;
    margin-left: 0.5em;
}

.mermaid {
    background-color: #efeadd !important;
}