.ArticleDetailControl {
        border-radius: 15px;
        margin-bottom: 10px;
        padding: 20px 30px;
        background: linear-gradient(180deg, rgb(251, 251, 251) 70%, rgba(136, 223, 241, 0.36) 100%);
        position: relative;
}
.ArticleDetailControl .ArticleContent > table {
        margin: 0 !important;
        width: 100% !important;
}
.ArticleDetailControl .PostDate {
        color: #424242;
        font: italic 12px arial;
        text-align: right;
}
.ArticleDetailControl .ArticleHeader {
        color: #222222;
        font: bold 11pt arial;
        margin: 20px 0;
        text-align: justify;
}
.ArticleDetailControl .ArticleSummary {
        font: italic bold 10pt arial;
        margin: 20px 0;
        text-align: justify;
}
.ArticleDetailControl .ImgDetailImage {
        margin-bottom: 20px;
        vertical-align: top;
        width: 450px !important;
}
.ArticleDetailControl .ArticleContent img {
        margin: 10px 0;
        width: 450px !important;
        height: auto !important;
        display: block;
        margin: auto;
}
.ArticleDetailControl .ArticleContent {
        clear: both;
}
.ArticleDetailControl .EmptyNote {
        color: #FF6A00;
        font-size: 18px;
}
.ArticleDetailControl .tool {
        height: 40px;
        background: #f3f3f4;
        text-align: right;
        display: inline-block;
        width: 100%;
        padding-top: 4px;
        cursor: pointer;
        display: none;
}
.ArticleDetailControl .tool span.font_plus {
        background: url(images/up.png) no-repeat 0 0;
        width: 31px;
        height: 31px;
        display: inline-block;
        vertical-align: top;
}
.ArticleDetailControl .tool span.font_minus {
        background: url(images/down.png) no-repeat 0 0;
        width: 31px;
        height: 31px;
        display: inline-block;
        margin-right: 5px;
        vertical-align: top;
}
.ArticleDetailControl .tool .print {
        background: url(images/p.png) no-repeat left top;
        width: 90px;
        height: 31px;
        display: inline-block;
        margin-right: 15px;
        vertical-align: top;
        line-height: 31px;
        font-size: 14px;
        font-weight: bold;
        color: #0051a0;
}
.twitter-share-button {
        position: relative;
        height: 20px;
        box-sizing: border-box;
        padding: 1px 8px 1px 6px;
        background-color: #1b95e0;
        color: #fff;
        border-radius: 3px;
        font-weight: 500;
        cursor: pointer;
}
.ArticleDetailControl .UISocialShare {
        margin: 20px 0;
}
.ArticleDetailControl .UISocialShare .facebook, .likefacebook, .gplus {
        float: left;
        margin-right: 10px;
}
@media only screen and (max-width: 768px){
        .ArticleDetailControl .tool {
                margin-bottom: 20px;
        }
        .UISocialShare {
        }
        .ArticleDetailControl * {
                font-size: 14px;
                line-height: 1.5;
        }
}
