.post-info {
    font-size: 1rem;
}

h2 {
    font-size: 1.7rem;
}

article .summary h2,
article .entry-content h2 {
    border-bottom: 2px solid #ddd;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1.1rem;
}

a {
    color: #305b88;
}

img {
    max-width: 100%;
}

blockquote {
    border-left: 0.2em solid lightgrey;
    margin: 0.5em 1em 1em;
    padding: 1em 1em 0.1em;
    background: #e3e3e3;
    color: #444;
}

.highlight pre, pre code, code {
    color: #000;
    background: #eee;
}

pre code, code {
    font-size: 0.9em;
    padding: 0.1em;
}

div.poetry {
    padding: 0 1.5em;
    background: #e8e8e8;
    margin-bottom: 1.5em;
    white-space: pre;
}

div.poetry p {
    white-space: pre;
}

div.poetry p:last-child {
    margin-bottom: 0;
}

ul,
ol {
    padding-top: 0.3em;
    padding-left: 1.4em;
}

li {
    padding-bottom: 0.2em;
}

ul ul ul,
ul ol ul,
ol ul ul,
ol ol ul {
    list-style-type: "- ";
}

.jumbotron {
    padding: 2rem;
}

.jumbotron h1 {
    margin-bottom: 1rem;
}

#content table {
    margin: 0 1em 1em;
}

#content table th,
#content table td {
    padding: 0.2em 0.4em;
}

#content table thead th {
    border-bottom: 2px solid #888;
}

/* #content table thead th:nth-child(1) {
    border-bottom: 0px solid #888;
}

#content table td:nth-child(1) {
    border-right: 2px solid #888;
} */

#content table tbody tr:nth-child(odd) {
    background: #eee;
}

#content table tbody tr td:nth-child(odd) {
    background: #e0e0e0;
}

#page-content-wrapper .fa {
    color: #666;
}

div#draft-notice {
    padding: 1em;
    width: auto;
    text-align: center;
    font-size: large;
    font-weight: bold;
    background: #fdd;
    margin: 1em 2em;
    border: 2px solid #f88;
}

todo-note {
    width: 30%;
    background: #ffefaa;
    left: calc(100% + 0.5em);
    padding: 0.5em;
    float: right;
    clear: both;
    margin-right: calc(-30% - 0.5em);
    margin-bottom: 0.5em;
    border: 1px solid #e80;
}

/* TOC */
.toc {
    font-size: small;
    float: right;
    width: 18em;
    background: #f0f0f0;
    padding: 0.5em 1em;
    margin-left: 1em;
}

/* TOC heading in bold */
.toc .toctitle {
    font-weight: bold;
}

/* No bullets for toc list, indentation of nested lists 1em */
.toc ul {
    list-style-type: none;
    padding-left: 1rem;
}

/* Top level list has no indentation */
.toc > ul {
    /* no indentation */
    padding-left: 0;
    margin-top: 0;
}


#csv-output table {
    margin: 1em 0em;
}

#csv-output table td, #csv-output table th {
    border: 1px solid #ccc;
    padding: 0.1em 0.4em;
    min-width: 2.5em;
}

#csv-output th:nth-child(4n-3) {
    background-color: grey;
}
#csv-output td:nth-child(4n-3) {
    background-color: lightgrey;
}

#csv-output th:nth-child(4n-1) {
    background-color: lightgrey;
}
#csv-output td:nth-child(4n-1) {
    background-color: #eee;
}
#csv-output td:nth-child(n+17) {
    background: red;
}
