.header {
    font-size: 14pt;
    font-weight: 600;
}

.sub-header {
    font-size: 13pt;
    font-weight: 400;
    margin-bottom: 20px;
}

.section-header {
    font-size: 13pt;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 6px;
    padding-top: 6px;
    border-top: solid 1px gainsboro;
}

.section-header2 {
    font-size: 13pt;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 4px;
    padding-top: 6px;
    color: #114bb5;
}

.topic-header {
    font-size: 12pt;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 4px;
    padding-top: 6px;
}

.prompt {
    background: #e1e5e7;
    padding: 12px 14px;
    border-radius: 6px;
    font-size: 12pt;
    width: 80%;
    margin-left: 18%;
    margin-top: 24px;
}

html:not(.light) .prompt {
    background: #58656b;
}

.working {
    font-size: 10pt;
    margin-top: 20px;
}

.response {
    font-size: 12pt;
    width: 100%;
    margin-top: 16px;
}

/*
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    padding: 18px;
    line-height: 1.5
}
*/

.container {
    max-width: 980px;
    margin: 0 auto
}

.table {
    border-collapse: collapse;
    width: 100%;
}

.table th,
.table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.table th {
    background: #f7f7f7;
    text-align: left;
}

content-pane ul,
content-pane ol {
    margin-left: 22px
}

content-pane p {
    margin-bottom: 8px;
}

content-pane h4 {
    margin-top: 16px;
    margin-bottom: 8px;
}

strong {
    font-weight: 600;
}

code {
    overflow-x: scroll;
    display: block;
}

html:not(.light) mark {
    background-color: #c6c982;
}