.ShortArticle {
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: visible!important;
    width: 100%;
      padding: 10px 15px 0 15px;
}
.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: 0px;
    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: 18px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}
.ShortArticle marquee .block-row{
    position:relative;
    left: 0px;
    top: -5px;
    width: 100% !important;
        height:18px;
}
.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:#ff8c09; 
}
.ShortArticle  marquee[direction="up"]{
    height: 350px;
}

.ShortArticle  marquee[direction="up"] div.block-row {
	flex-direction:column;
}

.ShortArticle marquee[direction="up"] div.block-row p a {
    background: none;
        padding-left: 3px!important;
        display:flex;
        text-align:justify;
        width:100%;
}

.ShortArticle marquee[direction="up"] div.block-row p{
        background: url(images/i2.png) no-repeat left;
    border-bottom: 1px solid #ccc;
        padding-bottom:10px !important;
        background-position-y: 5px;
}

.ShortArticle:has(marquee[direction="up"]) span.Title {
    display: block;
    line-height: 30px;
    background: url(images/bg-h1.png) no-repeat 5px center,  linear-gradient(#ffbc6f, #ff8c09 95%) ;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 30px;
    color: #fff;
        width:100%;
        font-family: "Roboto Condensed", sans-serif;
}

.ShortArticle:has(marquee[direction="up"]){
	    background-color: transparent;
    border: 1px solid #ff8c09;
    border-radius: 5px;
        margin-bottom:10px;
}