<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* liScroll styles */

.tickercontainer 
{
	/* the outer div with the black border */
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #000;
}
.tickercontainer .mask 
{
	/* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 15px;
	right: 15px;
	top: 4px;
	width: 100%;
	overflow: hidden;
}
ul.newsticker 
{
	/* that's your list */
	position: relative;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li 
{
	float: left;
	padding: 0;
	color: #fab610;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}
ul.newsticker a 
{
	white-space: nowrap;
	padding: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	margin: 0;
	text-decoration: none;
} 
ul.newsticker a:hover
{
  text-decoration:underline;
}
ul.newsticker span 
{
  margin: 0;
} 
.stock_number_up
{ 
  font-size: 12px; 
  color: #0cf269; 
}
.stock_number_down
{ 
  font-size: 12px; 
  color: #ff3636; 
}
.stock_number_standard
{ 
  font-size: 12px; 
  color: #FFF; 
}

ul.newsticker *
{
  font-weight:normal !important;
}
.linkPriceMargin
{
  margin:1px 0px 0px 0px !important;
  vertical-align:top !important;
}
.linkPriceMargin span
{
  vertical-align:top !important;
  display:block;
}
.linkPriceMargin a
{
  vertical-align:top !important;
}
.divGap
{
  width:80px !important;
  margin:0px;
  padding:8px 0 0 0;
}</pre></body></html>