html {
    /* background: #00274C; */
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}

body {
    font-family: Helvetica;
    color: #131516;
    margin: 0;
}

/* Headers */
h1 {
    font-family: Georgia;
    color: #00274C;
}

h2 {
    font-family: Georgia;
    color: #00274C;
    margin-top: 10px;
}

h3 {
    font-family: Georgia;
}

/* Site Content */
#content {
    background: #ffffff;
    margin: auto;
    padding: 0.5px 10px 0 10px;
    overflow: auto;
    max-width: 650px;
}

.page {
    margin-top: 5px;
}

a {
    color: #131516;
    text-decoration: none;
    text-decoration: underline;
}

ul {
    padding-left: 10px;
    margin-left: 0px;
}

li {
    margin: 10px;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
    white-space: nowrap;
}

/* Site Header */
#site-header {
    background: #00274C;
    width: 100%;
    color: white;
    text-align: center;
    border-bottom: 5px solid #FFCB05;
    margin-top: 0;
    border-top: 0;
    font-family: Helvetica;
}

#site-header h1 {
    margin: 0;
    padding-top: 20px;
    color: #FFCB05;
    font-family: Georgia;
}

#site-header h1 a {
    color: #FFCB05;
    text-decoration: none;
}

#site-header h1 a:hover {
    text-decoration: none;
}

#site-header a {
    color: white;
    text-decoration: none;
}

#site-header a:hover {
    color: #FFCB05;
}

#site-header li {
    display: inline;
    margin: 0 5px;
}

#site-header li .active {
    color: #FFCB05;
}

/* Pandoc Content */
#pandoc {
    line-height: 1.5;
    font-family: Georgia, serif;
    color: #1a1a1a;
    background-color: #fdfdfd;
    margin: auto;
    padding: 0.5px 10px 0 10px;
    overflow: auto;
    max-width: 650px;
    hyphens: auto;
    overflow-wrap: break-word;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
}

@media (max-width: 600px) {
    body {
        font-size: 0.9em;
        padding: 1em;
    }
}
@media print {
    body {
        background-color: transparent;
        color: black;
        font-size: 12pt;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3, h4 {
        page-break-after: avoid;
    }
}
#pandoc p {
    margin: 1em 0;
}
#pandoc a {
    color: #1a1a1a;
}
#pandoc a:visited {
    color: #1a1a1a;
}
#pandoc img {
    max-width: 100%;
}
#pandoc h1, h2, h3, h4, h5, h6 {
    margin-top: 1.4em;
}
#pandoc h5, h6 {
    font-size: 1em;
    font-style: italic;
}
#pandoc h6 {
    font-weight: normal;
}
#pandoc ol, ul {
    padding-left: 1.7em;
    margin-top: 1em;
}
#pandoc li > ol, li > ul {
    margin-top: 0;
}
#pandoc blockquote {
    margin: 1em 0 1em -10px;
    padding: 0.01em 0.25em 0.01em 1.25em;
    border-left: 10px solid #00274cc0;
    background-color: #ffcc0040;
}
#pandoc code {
    font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
    font-size: 85%;
    margin: 0;
}
#pandoc pre {
    margin: 1em 0;
    overflow: auto;
}
#pandoc pre code {
    padding: 0;
    overflow: visible;
    overflow-wrap: normal;
}
#pandoc .sourceCode {
    background-color: transparent;
    overflow: visible;
}
#pandoc hr {
    background-color: #1a1a1a;
    border: none;
    height: 1px;
    margin: 1em 0;
}
#pandoc table {
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto;
    display: block;
    font-variant-numeric: lining-nums tabular-nums;
}
#pandoc table caption {
    margin-bottom: 0.75em;
}
#pandoc tbody {
    margin-top: 0.5em;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}
#pandoc th {
    border-top: 1px solid #1a1a1a;
    padding: 0.25em 0.5em 0.25em 0.5em;
}
#pandoc td {
    padding: 0.125em 0.5em 0.25em 0.5em;
}
#pandoc header {
    margin-bottom: 4em;
    text-align: center;
}
#pandoc #TOC li {
    list-style: none;
}
#pandoc #TOC a:not(:hover) {
    text-decoration: none;
}
#pandoc code{white-space: pre-wrap;}
#pandoc span.smallcaps{font-variant: small-caps;}
#pandoc span.underline{text-decoration: underline;}
#pandoc div.column{display: inline-block; vertical-align: top; width: 50%;}
#pandoc div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
#pandoc ul.task-list{list-style: none;}
