.article .image_caption {
    text-align:center; font-size:10px;
}
#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;
}
.article .nextPageLink, .article .firstPageLink {
    background: inherit;
}
.article .youtube_box_small_center.caption {
    margin: 16px auto 32px;
}
.article .in_box_caption {
    margin-bottom: 3em;
}
#center .article > ul {
    display: block;
    list-style-type: none;
    position: relative;
    width: auto;
    margin: 3em 0 0 0 !important;
    padding: 0 !important;
}
#center .article > ul li {
    display: block;
    margin: 0 !important;
    padding: 1em 2.25em 0 2.225em;
    line-height: 1.65;
}
#center .article > ul li:first-child {
    padding-top: 2.25em;
}
#center .article > ul li:last-child {
    padding-bottom: 2.25em;
}
#center .article > ul li:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
}
#center .article > ul li:last-child::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
}
#center .article > ul + p {
    margin: 0 0 0 0 !important;
}
