footer p {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 {
    margin-top: 0.0em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 140%;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}


h3 {
    font-size: 120%;
    margin-top: 1.0em;
    margin-bottom: 0.5em;
}

h4 {
    font-style: italic;
    font-size: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.section li p.first {
    margin-top: 8px;
    margin-bottom: 3px;
}

img.math {
    width: auto;
}

.highlight-json::before {
    content: "↕ Click to expand JSON example";
    padding: 8px 0 8px 10px;
}

.highlight-json .highlight {
    display: none;
}

.highlight-json.expanded::before {
    content: "↕ Click to collapse JSON example";
    padding: 8px 0 8px 10px;
}

.highlight-json.expanded {
    height: auto;
    border-bottom: 1px solid !important;
}

.highlight-json.expanded > .highlight {
    display: block;
}

.highlight-json {
    height: 35px; /* Collapsed by default */
    overflow: hidden;
    background-color: #f3f6f6 !important;
    position: relative;
    border-bottom: 3px solid !important;
    border-bottom-color: #ced3d3 !important;
    padding-top: 5px !important;
}

/* Layout changes */
.bd-main .bd-content .bd-article-container {
  max-width: 100em;  /* default is 60em */
}

.bd-page-width {
  max-width: 100rem;  /* default is 88rem */
}

.bd-sidebar-primary {
  width: 20em;
}

.bd-sidebar-secondary {
  width: 15em !important;
}