.article-content blockquote {
    background: #f6f3ff;
    margin: 0;
    padding: 20px;
    font-weight: bold;
    font-style: italic;
}
.article-content blockquote span {
   font-weight: normal;
    text-align: right;
    display: block;
    margin-top: 20px;
}

.article-content img.featured {
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: 0 auto 20px;
    display: block;
}

.article-content img.featured.sert {

    max-width: 400px;
   
}
.article-content ul,
.article-content ol {
    padding-left: 20px;
}
.article-content ul li,
.article-content ol li {
    margin-bottom: 10px;
}

.article-content >* {
    margin-bottom: 20px;
    font-size: 18px;
}

.green {
    background: #edffed;
    padding: 20px;
}
.green p {
    margin-bottom: 20px;
}
.green h5 {
    margin-bottom: 10px;
}

.orang {
    background: #ffeed5;
    padding: 20px;
}
.orang p {
    margin-bottom: 10px;
}

.comment {
    padding: 15px 0;
    border-top: 1px solid #e8e8e8
}

.comment .text1 {
    font-size: 16px;
    font-weight: 700
}

.comment .text2 {
    font-size: 12px;
    float: right;
    color: #888;
    font-weight: 400
}

.comment .text3 {
    font-size: 17px;
    padding: 10px 0 0;
    font-weight: 400
}

.comment .text3:after {
    content: '';
    display: block;
    clear: both
}

.comment img {
    width: 50px;
}


h1.excerpt{
    font-size: 32px;
    line-height: 1.2em;
}