.ArticleDetailControl a {
    font: 13px arial;
    color: blue;
    text-decoration: underline;
}
.ArticleDetailControl {
    background: #ffffff none repeat scroll 0 0;
    padding: 5px;
}
.ArticleDetailControl .ArticleHeader {
    color: #222222;
    font: bold 14pt arial;
    margin: 0 0 10px;
    text-align: left;
}
.ArticleDetailControl .ArticleContent > table {
    margin: 0 !important;
    width: 100% !important;
}
.ArticleDetailControl .PostDate {
    color: #424242;
    font: italic 12px arial;
    text-align: right;
}
.ArticleDetailControl .ArticleHeader h1 {
    color: #222222;
    font-size: 20px;
    text-align: justify;
}
.ArticleDetailControl .ArticleSummary * {
    font-size: 14px;
    margin: 20px 0;
    text-align: justify;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5;
}
.ArticleDetailControl .ImgDetailImage {
    height: auto !important;
    margin-bottom: 20px;
    vertical-align: top;
    min-width: 450px !important;
    display: none;
}
.ArticleDetailControl img {
    height: auto !important;
    max-width: 450px !important;
}
.ArticleDetailControl .ArticleContent img {
    height: auto !important;
    margin: 10px 0;
    max-width: 650px !important;
}
.ArticleDetailControl .ArticleContent {
    clear: both;
    font-size: 11pt !important;
    margin: 6pt 0cm;
    font-family:arial !important;
    text-align: justify;
}
.ArticleDetailControl .ArticleContent p span,
.ArticleDetailControl .ArticleContent p,
.ArticleDetailControl .ArticleContent span,
.ArticleDetailControl .ArticleContent strong,
.ArticleDetailControl .ArticleContent em {
    font-size: 11pt !important;
    line-height: 1.5;
    font-family:arial !important;
}
.ArticleDetailControl .EmptyNote {
    color: #ff6a00;
    font-size: 18px;
}
.ArticleDetailControl .UISocialShare {
    margin: 20px 0 0;
}
.ArticleDetailControl .UISocialShare .facebook, .likefacebook, .gplus {
    float: left;
    margin-right: 10px;
} 
.ArticleDetailControl .tool {
    height: 40px;
    background: #f3f3f4;
    text-align: right;
    display: flex;
    width: 100%;
    padding-top: 4px;
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
}
.ArticleDetailControl .tool a {
    text-decoration: none;
}
.ArticleDetailControl .tool span.line_height_increase {
	padding-right: 5px;
    background: url(images/line-height-increase.png) no-repeat 0 0;
    width: 31px;
    height: 31px;
    display: inline-block;
}
.ArticleDetailControl .tool span.line_height_decrease {
    background: url(images/line-height-decrease.png) no-repeat 0 0;
    width: 31px;
    height: 31px;
    display: inline-block;
}
.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: 29px;
    height: 31px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    line-height: 31px;
    font-size: 14px;
    font-weight: bold;
    color: #0051a0;
}
.ArticleDetailControl .tool .audio {
    background: url(images/audio.png) no-repeat 0 0;
    width: 45px;
    height: 35px;
    border:none;
    cursor: pointer;
}
.ArticleDetailControl .tool input::after {
    content:' ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âc bÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â i viÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿t ';
    font-weight: bold;
    color: #0051a0;
}