.tickercontainer {
    height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 102%;
}
.tickercontainer .mask {
    overflow: hidden;
    position: relative;
    width: 100%;
}
ul.newsticker {
    left: 750px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.newsticker li {
    color: #ffffff !important;
    float: left;
    font-size: 25px;
    margin: 0;
    padding-top: 0px;
	padding-right:10px;
}

ul.newsticker span{
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 9px;
}

ul.newsticker li a{
	 color: #231f20 !important;
}