#center .article h2 { border-bottom:1px dotted #ccc; color:#222; }
#center .article h3 { border-bottom:2px solid #e75090; border-left:solid 8px #fb74ad; color:#17c9ef; padding: 0px; font-size: 18px; }
#center .article h4.article-header { font-size: 1rem; color: #303030; font-weight: bold; margin-bottom: 1em !important; }
.article .image_caption { text-align:center; text-align:center; font-size:13px; }
#center .article blockquote {
    position: relative;
    display: block;
    margin: 2em 0 2em 0 !important;
    padding: 20px 14px 12px 20px !important;
    letter-spacing: 0.05em;
    text-align: left !important;
    border-radius: 5px;
    border: 1px dotted #dedede !important;
    background: none !important;
}
#center .article blockquote::before {
    font-family: 'FontAwesome';
    font-size: 1.125em;
    content: '\f10d';
    line-height: 0;
    position: absolute;
    top: 0;
    left: 12px;
    color: #303030;
}
