body {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

pre {
    overflow-x: auto;
    padding: 16px;
}

code {
    font-family: "SFMono-Regular", Consolas, monospace;
}

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

h2 {
    margin-top: 2em;
    border-bottom: 1px solid #020202;
}

th, td {
    text-align: left;
    border: 1px solid #000;
    padding: 4px;
}

div.sourceCode {
    font-size: 0.8em;
    background: #F2F2DF;
    font-family: monospace;
    line-height: 2em;
}

img {
    max-width: min(720px, 100%);
    height: auto;
    border: 1px solid #000;
    box-sizing: border-box;
}

hr {
    border: 1px solid #EEE;
}

figure {
    margin: 0;
}

a,a:visited {
    color: #336699;
    text-decoration: none;
}

a:hover {
    color:coral;
    text-decoration: underline;
}

blockquote {
    margin: 1.25rem 1rem;
    padding: 1rem 1.25rem;

    border-left: 4px solid #2f6680;
    background: #f6f8f9;

    color: #263238;
    font-size: 0.95em;
    line-height: 1.7;

    border-radius: 0 6px 6px 0;
}

blockquote p {
    margin: 0 0 0.75rem;
}

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