.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 {
    display: block;
    list-style-type: none;
    position: relative;
    width: auto;
    margin: 3em 0 4em 0 !important;
    padding: 0 !important;
}
#center .article > ul li:first-child {
    display: block;
    margin: 0 !important;
    padding: 24px 18px 16px 24px !important;
    font-size: 1.125rem !important;
    letter-spacing: 0.05em;
    text-align: left !important;
    background: #f9f7f7 !important;
    color: #000000 !important;
    border-radius: 4px;
    border: none !important;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
#center .article > ul li:first-child::before {
    font-family: 'FontAwesome';
    font-size: 1.25em;
    content: '\f10d';
    line-height: 0;
    position: absolute;
    top: 0;
    left: 12px;
    color: #000000;
}
#center .article > ul li:first-child::after {
    position: absolute;
    right: 1em;
    bottom: 14px;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #f7f7f9 transparent transparent transparent;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
}
#center .article > ul li:last-child {
    position: relative;
    top: 15px;
    right: 0;
    width: 100%;
    text-align: right;
}
#center .article > ul + p {
    margin: 0 0 0 0 !important;
}
#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;
}
