.article .image_caption {
    text-align:center; font-size:13px;
}
#center .article h2.article-header {
    width: 180px;
    height: 45px;
    padding: 0;
    margin: 3em auto 3em !important;
    border: none;
    position: relative;
}
#center .article h2.article-header span::before {
    position: absolute;
    content: '';
    width: 1px;
    background: #000000;
    top: -24px;
    left: 50%;
    height: 24px;
}
#center .article h2.article-header span::after {
    position: absolute;
    content: '';
    width: 1px;
    background: #000000;
    top: 45px;
    left: 50%;
    height: 60px;
}
#center .article h2.article-header span {
    display: inline-block;
    background: #000000;
    color: #ffffff;
    font-size: 30px;
    width: 180px;
    height: 45px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 25% / 100%;
    text-align: center;
    line-height: 45px;
    border: none;
}
#center .article h3.article-header {
    margin: 0 0 4px 0 !important;
    padding: 0 0 4px 0 !important;
    border-bottom: 1px solid #000000;
    padding: 0px;
}
#center .article h3.article-header span {
    font-size: 1rem !important;
    color: #000000;
}
#center .article > ul {
    margin-top: -1.75em;
}
#center .article > ul li:last-child {
    margin-bottom: 1em;
}
#center .article blockquote {
    background: none !important;
    border: 1px dotted #dedede !important;
}
.article .nextPageLink, .article .firstPageLink {
    background: inherit;
}
.article .youtube_box_small_center.caption {
    margin: 16px auto 32px;
}
.article .in_box_caption {
    margin-bottom: 3em;
}
.article span.strong3 {
    font-size: 1.33rem;
    color: #303030;
}
.article span.strike2 {
    text-decoration: none;
    color: #4c9f36;
}
.article br {
    display: block;
    content: "";
    height: 0.5em;
}
