.ShortArticle {
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: visible!important;
    width: 100%;
}
.ShortArticle .Title {
    background: #ac0203 none repeat scroll 0 0;
    color: #fff;
    font: 13px/25px Roboto;
    margin: 0;
    padding: 0 5px 0 8px;
    position: relative;
    top: 0px;
    left: 10px;
    width: 85px;
}
.ShortArticle .Title::after {
    border-color: transparent transparent transparent #ac0203;
    border-style: solid;
    border-width: 14px 0 11px 9px;
    content: " ";
    display: none !important;
    height: 0;
    margin-left: 2px;
    position: absolute;
    right: -9px;
    top: 0;
    vertical-align: middle;
    width: 0;
}
.ShortArticle .block-row {
    position:relative;
    left: 20px;
    top: 5px;
}
.ShortArticle marquee{
    height: 25px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}
.ShortArticle marquee .block-row{
    position:relative;
    left: 0px;
    top: -5px;
    width: 100% !important;
}
.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: 14px Roboto;
}
.ShortArticle marquee .block-row p a:hover {
    color:#AC0203; 
}