
p {
    padding-bottom: 2%;
}

ul {
    padding-left: 5rem;
}

.page-banner-quote {
    padding: 6%;
}

.outer-container {
    margin-bottom: 6%;
}

.outer-container section {
    padding: 8% 0 6% 0;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 6%;
}

.outer-container section p {
    padding-bottom: 0;
}



/* Small screens */
@media screen and (min-width: 0px) and (max-width: 768px) {

    /* Hide "Affiliation" column in table */
    th.affiliation, td.affiliation {
        display: none;
    }
}
