html {
    line-height: 1.6;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Helvetica Neue", Arial, 'Segoe UI Emoji', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
    -webkit-font-smoothing: antialiased;
}

body {
    max-width: 860px;
    margin: 0 auto;
    padding: 30px;
    padding-bottom: 100px;
}

@media only screen and (min-width: 1400px) {
    body {
        max-width: 1024px;
    }
}

@media only screen and (min-width: 1800px) {
    body {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 640px) {
    table {
        display: block;
    }
}

body>ul:first-child,
body>ol:first-child {
    margin-top: 30px;
}

a {
    color: #4183C4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
    line-height: 1.4;
    cursor: text;
}

h1 {
    font-size: 2.25em;
    line-height: 1.2;
    border-bottom: 1px solid #eee;
}

h2 {
    font-size: 1.75em;
    line-height: 1.225;
    border-bottom: 1px solid #eee;
}

h3 {
    font-size: 1.5em;
    line-height: 1.43;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
    color: #777;
}

p,
blockquote,
ul,
ol,
dl,
table {
    margin: 0.8em 0;
}

li>ol,
li>ul {
    margin: 0 0;
}

hr {
    height: 2px;
    padding: 0;
    margin: 16px 0;
    background-color: #e7e7e7;
    border: 0 none;
    overflow: hidden;
    box-sizing: content-box;
}

li p.first {
    display: inline-block;
}

ul,
ol {
    padding-left: 30px;
}

ul:first-child,
ol:first-child {
    margin-top: 0;
}

ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

blockquote {
    border-left: 4px solid #dfe2e5;
    padding: 0 15px;
    color: #777777;
}

blockquote blockquote {
    padding-right: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    overflow: auto;
    break-inside: auto;
    text-align: left;
    padding: 0;
    word-break: initial;
}

table tr {
    border: none;
    margin: 0;
    padding: 0;
}

table tr:first-child {
    border-top: 1px solid #dfe2e5;
}

table tr:last-child {
    border-bottom: 1px solid #dfe2e5;
}

table th {
    font-weight: bold;
    border: 1px solid #dfe2e5;
    border-bottom: 0;
    margin: 0;
    padding: 6px 13px;
}

table td {
    border: 1px solid #dfe2e5;
    border-bottom: none;
    border-top: none;
    margin: 0;
    padding: 6px 13px;
}

table th:first-child,
table td:first-child {
    margin-top: 0;
}

table th:last-child,
table td:last-child {
    margin-bottom: 0;
}

pre.src,
code {
    border: 1px solid #e7eaed;
    background-color: #f3f4f4;
    border-radius: 3px;
    padding: 0;
    padding: 0 2px 0 2px;
    font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
    font-size: 0.9em;
    overflow: auto;
}

@media print {
    html {
        font-size: 13px;
    }

    table,
    pre {
        page-break-inside: avoid;
    }

    pre {
        word-wrap: break-word;
    }
}

.status {
    border-top: 1px solid #dfe2e5;
    color: gray;
    font-size: 0.9em;
    margin: 2em auto;
    padding: 6px 0px;
}

address {
    font-style: normal;
}

mjx-container {
    overflow-x: auto;
}

img {
    width: 100%;
}