h1 {
    font-size: 2.4em;
    font-weight: normal;
    margin-top: 1em;
}
h3 {
    margin: 1em 0;
    padding-bottom: 0;
}
h4 {
    margin: 1em 0;
}
ol, ul, dl {
    padding-left: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-block-end: 0;
}
code {
    padding: 1em;
    margin: 1em;
    display: block;
    border: 1px solid darkgray;

    word-break: break-word;
}
pre {
    font-size: 0.85em;
    margin-bottom: 0;
    color: #59039a;
    /*display: inline-block;*/

    white-space: pre-wrap;
    /*white-space: -moz-pre-wrap;*/
    /*white-space: -pre-wrap;*/
    /*white-space: -o-pre-wrap;*/
    /*word-wrap: break-word;*/
    /*overflow-wrap: break-word;*/
    /*line-break: auto;*/

    word-break: break-word;
}
#content-header{
    background-color: #0f6e99;
    height: 4em;
}
#content-header h1 {
    margin: 0;
    padding: 0.25em;
    color: #d7eeff;
}
.navigation-links {
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "helvetica neue", "helvetica", arial, sans-serif;
    position: absolute;
    right: 1em;
    top: 0;
    line-height: 4em;
}
.navigation-links a {
    color: white;
    font-size: 19px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
#beta-title {
    color: #a8daff;
    font-size: 0.4em;
}
#content {
    display: flex;
}
#menu-list {
    min-width: 18em;
    background-color: #d7eeff;
    height: inherit;
    padding: 1em;
}
#main-content {
    width: fit-content;
    padding: 1em;
}
#main-content h2 {
    margin: 0.75em 0 0.5em;
}
#main-content h2:first-child {
    margin: 0 0 0.5em;
}
.info-box {
    margin:	0.5em;
    padding: 0.5em;
    background-color: whitesmoke;
    margin-bottom: 1.5em;
    word-break: break-word;
}
.term-item {
    margin-bottom: 1em
}
.term-name {
    min-width: 14em;
    font-weight: bold;
    display: table-cell;
}
.term-description {
    display: table-cell;
}
.term-description p:last-child {
    margin-bottom: 0;
}
.input-example {
    margin: 0.5em;
}
.endpoint-info-box span, .expand-text {
    color: #0275d8;
    cursor: pointer;
}

.endpoint-info-box {
    background-color: #e2eeff58;
    border: 1px solid #bebeffd1;
}
.endpoint-heading {
    font-weight: bold;
    width: 10em;
    clear: both;
    float: left;
}
.endpoint-content {
    display: inline-block;
    margin-bottom: 1em;
}
.endpoint-content:last-child {
    margin-bottom: 0;
}
.endpoint-content p:last-child {
    margin-bottom: 0;
}
.endpoint-definition {
    width: 15em;
    display: inline-block;
}
.content-block.navigation {
    text-align: center;
}
.content-block.navigation a {
    color: #1010a2;
}

.curl-example code {
    color: white;
    background: #0c141b;
    margin: 1em 0.5em;
    padding: 0.5em;
}
table#status-codes {
    margin: 1em;
    max-width: 90%;
}
table#status-codes th {
    background-color: rgba(155, 194, 245, 0.43);
}
table#status-codes th,
table#status-codes td {
    border: 1px solid rgba(155, 194, 245, 0.43);
    padding: 0.5em;
}
table#status-codes td.http-status-code {
    width: 8em;
    font-weight: bold;
}
table#status-codes td.status-code-description {
}
.green {
    color: green;
}
.red {
    color: red;
}

.toggle-example-items {
    float: left;
    margin-right: 0.5em;
}
.toggle-items {
    display: none;
}
#toggle-menu-list-rest-api-items, #toggle-menu-list-websocket-items, .toggle-response-items, .toggle-example-items {
    font-weight: bolder;
    color: #1d6a96;
    font-size: 1.1em;
    cursor: pointer;
    width: 0.5em;
    display: inline-block;
}
#toggle-menu-list-rest-api-items:hover, #toggle-menu-list-websocket-items:hover. .toggle-response-items:hover, .toggle-example-items:hover {
    color: #3d9ac6;
}


@media print {
    #content-header {
        display: none;
    }
    #menu-list {
        display: none;
    }
}

@media (max-width: 1024px) {
    #content {
        display: block;
    }
}

@media (max-width: 512px) {
    body {
        font-size: 0.95em;
    }
}
