p {
    margin-bottom: 19px;
    margin-top: 19px;
    line-height: 145%;
}

.disclaimer {
    font-size: 80%;
    color: #999;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

body {
    font-family: "cmu_serifroman", Palatino, Georgia, "Times New Roman", serif;
    text-align: justify;
    counter-reset: h1;
}

h1 {
    text-align: center;
    font-family: "spectral", Palatino, Georgia, "Times New Roman", serif;
}

.wrapper {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

main {
padding-bottom: 200px;
}

@media(max-width: 600px) {
main {
    padding-bottom: 0px;
}
}

.site-header {
padding-top: 20px;
position: relative;
text-align: center;
}

.site-header a,
.site-header a:visited {
color: #d8d8d8;
}

.site-header--menu {
color: #d8d8d8
}

.site-header--title {
font-size: 220%;
padding-top: 220px;
padding-bottom: 25px;
text-transform: capitalize;
}

@media(max-width: 600px) {
.site-header--title {
    padding-top: 25px;
}

.site-header--menu,
.site-header a,
.site-header a:visited {
    color: #aaa;
}
}

h1 {
font-size: 160%;
counter-reset: h2;
text-transform: capitalize;
padding-top: 24px;
padding-bottom: 5px;
}

h2::before {
counter-increment: h2;
content: counter(h2) ". ";
margin-right: 10px;
}

h2 {
text-transform: capitalize;
counter-reset: h3;
}

h3::before {
counter-increment: h3;
content: counter(h2) "." counter(h3) ". ";
margin-right: 10px;
}

img {
max-width: 100%;
display: block;
margin: auto;
}

/** Figures */
figure>img {
display: block;
}

figcaption {
font-size: 75%;
}

/** Lists */
ul,
ol {
margin-left: 20px;
}

li {
line-height: 145%;
margin-bottom: 15px;
list-style-type: "\2013   ";
}

.mapdown-li {
    list-style-type: none !important;
}

li:first-child {
margin-top: 15px;
}

@media(max-width: 600px) {
ul, ol {
    margin-left: 0px;

}  
}

td {
padding: 5pt;
}

/** Links */
a,
a:visited {
color: #000;
text-decoration: none;
border-bottom: .5pt solid #d8d8d8;
}

a:hover,
a:visited:hover {
border-bottom-color: #111;
color: #000;
}

/** Blockquotes */
blockquote {
color: #424242;
border-left: 4px solid #888;
padding-left: 15px;
font-style: italic;
background: #f5f5f5;
}


@media(max-width: 600px) {
blockquote {
    padding-left: 0px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}
} 

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

pre {
padding: 8px 12px;
overflow-x: auto;
}

pre>code {
border: 0;
padding-right: 0;
padding-left: 0;
background-color: #eee;
}

code {
background-color: #eee;
}



/** Icons */
.icon>svg {
display: inline-block;
vertical-align: middle;
}

.icon>svg path {
fill: #828282;
}

.item-folder {
font-family: "cmu_serifbold", Palatino, Georgia, "Times New Roman", serif;

}

.post-list {
margin-left: 0;
padding-left: 0;
text-align: left;
text-transform: capitalize;
}

.post-list>li {
width: 100%;
display: table;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1pt solid #e8e8e8;
font-size: 180%;
line-height: 1;
}

.post-list>li>a {
display: table-cell;
text-decoration: none;
color: #111;
vertical-align: middle;
padding-left: 10pt;
border-bottom: none;
}

.post-list>li:hover {
background-color: #ddd;
cursor: pointer;
}

.tag-link {
display: inline-block;
margin: 5px;
padding-top: 10px; padding-bottom: 10px;
padding-left: 10px; padding-right: 10px;
border: 1pt solid #eee;
border-radius: 5px;
}

.tag-link:hover {
border: 1pt solid black;
}

.tag:hover {
color: black;
}

.tag {
color: #ccc;
}

.search-bar {
font-size: 2em;
text-align: center;
width: 100%;
border: 0;
border-bottom: 1pt solid #eee;
font-family: "cmu_serifbold", Palatino, Georgia, "Times New Roman", serif;
}

code.language-graph {
margin: auto;
display: block;
}

sup {
line-height: 0;
}

.markarousel-control {
    border-bottom: none;
}