body {
    margin: 0;
    color: #1f2328;
    background: #ffffff;
    font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

main {
    box-sizing: border-box;
    min-width: 200px;
    max-width: 980px;
    margin: 0 auto;
    padding: 45px;
}

nav {
    margin-bottom: 24px;
}

nav a + a {
    margin-left: 16px;
}

a {
    color: #0969da;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
}

h1,
h2 {
    padding-bottom: 0.3em;
    border-bottom: 1px solid #d8dee4;
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #d8dee4;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

p {
    margin-top: 0;
    margin-bottom: 16px;
}

pre {
    padding: 16px;
    overflow: auto;
    border-radius: 6px;
    background: #f6f8fa;
}

:not(pre) > code {
    padding: 0.2em 0.4em;
    border-radius: 6px;
    background: #f6f8fa;
}

blockquote {
    margin: 0 0 16px;
    padding: 12px 16px;
    border: 1px solid #d0d7de;
    border-radius: 4px;
    background: #f6f8fa;
}

blockquote > :last-child {
    margin-bottom: 0;
}

table {
    display: block;
    width: max-content;
    max-width: 100%;
    overflow: auto;
    border-spacing: 0;
    border-collapse: collapse;
}

th,
td {
    padding: 6px 13px;
    border: 1px solid #d0d7de;
}

th {
    font-weight: 600;
}

.sortable-table th button {
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    text-align: inherit;
    cursor: pointer;
}

.sortable-table th button:hover,
.sortable-table th button:focus-visible {
    text-decoration: underline;
}

tr {
    background: #ffffff;
    border-top: 1px solid #d8dee4;
}

tr:nth-child(2n) {
    background: #f6f8fa;
}

@media (max-width: 767px) {
    main {
        padding: 24px 16px;
    }
}
