body {
    text-align: justify;
}

.white-rounded {
    border-radius: 6px;
    background-color: white;
    color: #444;
}

.jumbotron {
    border-radius: 6px;
}

pre {
    background-color: #222;
    color: #ccc;
}

span.command, span.filename, span.verbatim {
    font-family: "Lucida Console", Monaco, monospace;
    color: #F0489B;
    background-color: #F0F0F0;
    padding: 2px;
}

figure {
    text-align: center;
}

/* page footers */
#footer-content {
    background-color: rgba(255,255,255,0.7);
    color: #444;
    margin-top: 2ex;
    padding-top: 1ex;
    margin-bottom: 2ex;
}

#footer-content ul {
    display: inline;
    padding-left: 0;
    margin-top: 1ex;
}

#footer-content li {
    display: inline;
}

#footer-content li a {
    min-width: 100px;
    margin-bottom: 1ex;
    font-size: 80%;
}

#footer-content p {
    text-align: center;
}

.pw-footer-social {
    text-align: center;
}

/* affiliation stuff */
div.affiliations {
    text-align: center;
}

.affiliation-square {
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #a0a0a0;
    height: 172px;
    width: 172px;
    margin-bottom: 8px;
    margin-right: 4px;
    margin-left: 0px;
    margin-top: 0px;
    display: inline-block;
    border-radius: 10px;
}

ul.affiliations {
    list-style-type: none;
    padding-left: 0px;
    text-align: center;
}

li.affiliation {
    display: inline;
}

ul.affiliations li:not(:first-child) img {
    margin-top: 2ex;
}

h3.affiliations {
    text-align: center;
}
