body {
    color: #333;
    font-size: 16px;
    margin: 0px auto 0px auto;
    max-width: 800px;
    padding: 0 5px;
    font-family: Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
}

p {
    line-height: 145%;
}

p.caption {
    font-style: italic;
    font-size: 16px;
    margin-top: 0;
}

img {
    width: 100%;
}

a {
    color: #333;
}

/* h1, h2, h3, h4, h5, h6 { */
/*     font-weight: normal; */
/* } */

header {
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
    padding: 12px 0px 12px 0px;
    font-size: 14px;
}

div#logo a {
    float: left;
    text-decoration: none;
}

header nav {
    text-align: right;
}

header nav a {
    margin-left: 12px;
    text-decoration: none;
}


#home {
    display: flex;
    flex-direction:row;
}

#home .outline-2 {
    flex: 1;
    width: 50%;
    padding-right: 20px;
}

#sitemap .outline-3 {
    margin-left: 20px;
}

@media only screen and (max-width: 800px) {
    #home {
        flex-direction:column;
    }

    #home .outline-2 {
        width: 100%;
    }
}

.org-src-container {
    background: black;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow-x: auto;
}

footer {
    border-top: solid 1px #333;
    color: #555;
    font-size: 14px;
    margin-top: 30px;
    padding: 12px 0px 12px 0px;
    text-align: right;
}

div.info {
    color: #555;
    font-size: 18px;
    font-style: italic;
}
