body
{
    background-color: whitesmoke;
    font-family: sans-serif;
}

hr
{
    width: 98%;
}

article
{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: #fdfdfd;
}

footer
{
    text-align: center;
    color: gray;
    padding: 0 0 1em 2em;
}

footer p
{
    margin-top: 0em;
    margin-bottom: 0em;
}

footer p a
{
    color: gray;
    text-decoration: none;
}

#projects_navigation_in_article
{
    border-width: 1px;
    /* border-style: dotted; */
    border-radius: 1em;
    padding: 1em 1em 1em 1em;
    margin: 0em 0em 1em 1em;
    float: right;
    width: 200px;
    background-color: whitesmoke;
}

#projects_navigation_in_article ul
{
    margin: 0;
    padding-left: 1em;
}

code.block
{
    display: block;
    margin: 0.3em 0.3em 0.3em 0.3em;
    line-height: 150%;
}

.ide_project_name
{
    font-style: italic;
    font-family: monospace;
    font-size: 110%;
}

.file_name
{
    font-style: italic;
    font-family: monospace;
    font-size: 110%;
}

.inline_headline
{
    font-weight: bold;
}

.centered_image
{
    display: block;
    margin: 0 auto;
    max-width: 72%;
}
