.article h1 { letter-spacing: 1px; }
.article h2 { }
.article h3 { border-bottom-style: solid; }
.article h4 { border-bottom-style: solid; }
.article h6 { border-bottom-style: solid; }
.article .quote { line-height: 1.5; }
.article .image_caption { text-align:center; font-size:13px; }
.article button.toglePlayPauseButton.large { margin-top: -16px !important; }
#center p.center {
    text-align: left;
    border-style: solid;
    border-width: 1px;
    border-radius: 1rem;
    padding: 1rem;
    margin: 0 0 2rem;
}
#center p.center:nth-of-type(8) {
    background: #fcf9e9;
    border-color: #f9f3d2;
}
#center p.center:nth-of-type(9) {
    background: #edf0f8;
    border-color: #dae0f1;
}
#center p.center:nth-of-type(10) {
    background: #f6eff0;
    border-color: #eddee1;
}
#center p.center a {
    color: #303030;
}
#center p.center br:nth-of-type(2) {
    display: block;
    content: "";
    height: 1rem;
}
