.title {
    border-bottom: 1px dotted #00306E;
    border-top: 1px dotted #00306E;
}

#content p {
    width: 90%;
    margin: 20px auto;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color : #333;
    max-width: 800px;
    margin: 10px auto;
    padding: 10px;
}

#org-div-home-and-up {
    font-size: 75%;
    text-align: right;
}

.status {
    text-align: right;
    color : #bbbbbb;
    font-size: 75%;
}

.status p {
    margin: 0px;
}

a {
    color: #008AC0;
}

a:visited {
    color: #008AC0;
}

a:hover {
    text-decoration: none
}

.subtitle {
    color: #008AC0;
}

img.logo {
    margin: auto;
    display: block;
    width: 50%;
}

code {
    background-color: #F2E000;
    color: #00306E;
    padding: 2px 5px;
    border-radius: 2px;
    font-weight: bold;
}

b { 
    color: #00306E;
}

i {
    color: #00306E;
}

div#content {
    text-align: center;
}

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

div#postamble {
    display: none;
}

div#table-of-contents {
    display: none;
    /* margin: auto 50px; */
    /* text-align: left; */
}

div#table-of-contents li {
    list-style: none;
}

#content p {
    line-height: 200%;
}

h1, h2,h3,h4,h5,h6 { 
    font-variant: small-caps;
    color: black;
}

.underline {
    text-decoration: underline wavy;
}

section h2, section h3 {
    color: white;
    background-color: #00306E;
    padding: 5px;
    border-radius: 5px;
}

section.footer h2 {
    display: none;
}

section.footer ul {
    display: table;
    width: 100%;
    padding: 0px;
    table-layout: fixed;
}

section.footer li {
    display: table-cell;
    text-align: center;
}

section.footer {
    border-top: 1px dotted #888888;
    font-size: 75%;
}
