@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(//fonts.googleapis.com/css?family=Rubik:400,500,600,700);
.tickercontainer { 
    border: 1px solid #000;
    background: #fff; 
    width: 100%; 
    height: 23px; 
    margin: 0; 
    padding: 0;
    overflow: hidden; 
    margin-bottom: 10px;
}
.tickercontainer .mask { 
    position: relative;
    right: 10px;
    top: 5px;
    width: 718px;
    overflow: hidden;
}
ul.newsticker {
    position: relative;
    left: 750px;
    font: bold 10px Verdana;
    font-family: 'Rubik', 'Droid Arabic Kufi',sans-serif;
    list-style-type: none;
    margin: 0;
    padding: 0;

}
ul.newsticker li {
    float: right;
    margin: 0;
    padding: 0;
    background: #fff;
}
ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #000;
    font: bold 10px Verdana;
    font-family: 'Rubik', 'Droid Arabic Kufi',sans-serif;
    margin: 0 0 0 5px;
} 
ul.newsticker span {
    margin: 0 0 0 20px;
    color: red;
} 