body {
    font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont,
        ".SFNSText-Regular", sans-serif;
    font-size: 1rem;;
    color: #06062c;
    padding-bottom: 4rem;
    width: 80%; 
    margin: auto;
}

h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 50px;
}

h2 {
    color: var(--bx-text-secondary, #525252);
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 300;
}

.intro, .intro li {
    margin-bottom: 1rem;
    font-size: 1rem;
}

p {
    margin-bottom: 1rem;
    font-size: 1rem !important;
}

li {
    font-size: 1rem;
}

h4 {
    margin-bottom: 0.5rem;
}

table {
    border-spacing: 0px;
    border: 1px solid #C1C7D0;
    margin-bottom: 1rem;
}

th {
    background: #f4f5f7 center right no-repeat;
    padding-right: 15px;
    margin: 0px;
}

th,
td {
    border: 1px solid #C1C7D0;
    padding: 7px 10px;
    vertical-align: top;
    text-align: left;
    margin: 0px;
}

td.requests {
    font-size: 0.75rem;
}

a {
    color: blue;
    cursor: pointer;
}

.formula {
    font-family: 'IBM Plex Serif';
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
}
.formula-bigger {
    font-family: 'IBM Plex Serif';
    font-style: italic;
    font-weight: 400;
    font-size: 1.25rem;
}

.code {
    background: #f8f8fa;
    /*width: 130%;*/
    overflow-x: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
}

.accordion-title {
  font-size: 1.125rem;
}
cds-accordion-item[open] .accordion-title {
    font-weight: bold;
}

cds-accordion-item {
  --cds-body-01-font-size: 1rem;
}


cds-accordion-item::part(content) {
  padding-inline-end: 2rem;
}

.data-table td, .data-table li {
    font-size: 0.875rem !important;
}

table.access-flow {
    width: 700px;
    border: none;
    td {
        border: none;
        text-align: center;
        vertical-align: middle;
        padding: 0.25rem;
    }
}

.header {
    justify-content: right; 
    display:grid;
}
.header ul {
    margin-top: 0px; 
    padding-left: 20px;
}
.header a, .header li {
   font-size: 14px; 
}
.list-style-dash {
  list-style-type: "-   ";
  margin-bottom: 1rem;
}

h3.gap-above {
    padding-top: 0.5rem;
}


