.ShortArticle {
        height: 30px;
        margin: 0 auto;
        position: relative;
        /*background-color: #FDE9C1;*/
        width: 1200px;
}
.ShortArticle .Title {
        background: #ac0203 none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        font: bold 13px/25px arial;
        height: 100%;
        margin: 0 15px 0 0;
        padding: 4px 10px;
        position: relative;
        /*text-transform: uppercase;*/
        float: left;
}
.ShortArticle .Title::after {
        border-color: transparent transparent transparent #ac0203;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        content: " ";
        display: block;
        height: 0;
        margin-left: 2px;
        position: absolute;
        right: -15px;
        top: 8px;
        vertical-align: middle;
        width: 0;
}
.ShortArticle .block-row {
        position:relative;
        left: 20px;
        top: 5px;
}
.ShortArticle marquee{
        /*width: 1100px;*/
        float: left;
        height: 26px;
        padding: 0;
        margin: 0;
}
.ShortArticle marquee .block-row{
        position:relative;
        left: 0px;
        top: -8px;
}
.ShortArticle marquee .block-row p a {
        /* background: url(Images/i.png) no-repeat left center; */
        padding-left: 10px!important;
        margin-right: 10px;
        color:#333;
        font:13px arial;
        background: #fff;
}
.ShortArticle marquee .block-row p a:hover {
        color:#AC0203;
        font:13px arial;
}
@media only screen and (max-width: 768px){
        .ShortArticle marquee .block-row p a {
                background: transparent;
                padding-top: 5px;
        }
}
