ul.stock_ticker li>a:before {
	font-family: "dashicons";
	content: "\F460";
}
ul.stock_ticker li.plus>a:before {
	content:"\F343";
}
ul.stock_ticker li.minus>a:before {
	content:"\F347";
}
.tickercontainer {
width: 100%;
min-height: 20px;
line-height: 20px;
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask {
position: relative;
top: 0;
min-height: 20px;
line-height: 20px;
overflow: hidden;
}
ul.newsticker {
-webkit-transition: all 0s linear;
-moz-transition: all 0s linear;
-o-transition: all 0s linear;
transition: all 0s linear;
position: relative;
margin-left: 10px;
list-style-type: none;
margin: 0;
padding: 0;
float: left;
}
ul.newsticker li {
float: left;
margin: 0;
padding-right: 20px;
display: block;
min-height: 20px;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
margin: 0;
height: 20px;
line-height: 20px;
text-decoration: none;
} 
ul.newsticker span {
margin: 0 10px 0 0;
}
.tickeroverlay-left,
.tickeroverlay-right {
display: none;
}