.ShortArticle {
        height: 25px;
        margin: 0px 0 0 0;
        position: relative;
        background-color: #FDE9C1;
        overflow: hidden;
        max-width: 1100px;
}
.ShortArticle .block-row{
        width: auto !important;
}
.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: 0 10px;
        position: relative;
        float: left;
        white-space: nowrap;
}
.ShortArticle .Title::after {
        border-color: transparent transparent transparent #ac0203;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        content: " ";
        display: block;
        height: 0;
        margin-left: 2px;
        position: absolute;
        right: -9px;
        top: 7px;
        vertical-align: middle;
}
.ShortArticle .block-row {
        position:relative;
        left: 20px;
        top: 0;
        display: flex;
        align-items: center;
}
.ShortArticle .block-row p{
        margin: 0;
        display: inline-block;
}
.ShortArticle marquee{
        width: 1100px;
        float: left;
        height: 26px;
        padding: 0;
        margin: 0;
}
.ShortArticle marquee .block-row{
        position:relative;
        left: 0px;
        display: flex;
        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:#000000;
        font: 12px arial;
        padding: 5px;
}
.ShortArticle marquee .block-row p a:hover {
        color:#AC0203;
        font:13px arial;
}
.ShortArticle .block-row .Title{
        background: none;
        color: #212529;
}
@media only screen and (max-width: 768px){
        div.ShortArticle{
                padding: 0;
        }
}
