.tickercontainer { 

    width: 100%; 
    height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.tickercontainer .mask { 
position: relative;
left: 10px;
top: 9px;
width: 100%;
overflow: hidden;
/*line-height: 20px;*/
}
ul.newsticker { 
position: relative;
left: calc(100% - 12px);
	list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; 
margin: 0;
padding: 0;

}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #263575;
margin: 0 20px 0 0;
cursor:none ; 
} 
ul.newsticker span {
margin: 0 10px 0 0;
}
.textDefilant {    width: 100%;    background: rgba(193, 193, 193, 0.5);} 