.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

.bg-white {
    background-color: #ffffff;
}

.bold {
    font-weight: bold;
}

.bolder {
    font-weight: bolder;
}

.underline {
    text-decoration: underline;
}

#masses {
    font-weight: bolder;
    text-decoration: underline;
}

.red {
    color: #d9534f;
}

.white {
    color: white;
}

.blue {
    color: #83b7d7;
}

#masstimes {
    padding: 10px 10px 10px 20px;
    color: rgb(125,125,125);
}

#masstimes ul {
    list-style-type: none;
}

.saintblockquote {
    color: #2b669a;
    font-size: 1.5em;
    line-height: 135%;
    margin-bottom: 40px;
}

#saintcite {
    font-weight: 300;
    font-style: italic;
    font-size: .75em;
}

.display-inline-block {
    display: inline-block;
}