/* CSS for News Ticker (enhanced) */

#ticker {
  height: 20px;
  overflow: hidden;

}
#ticker li {
  height: 20px;
}

#ticker li a:link, #ticker li a:active, #ticker li a:visited{
  text-decoration:none;color:#363636
}

#ticker li a:hover{
  text-decoration:underline
}

table.news_ticker {
    table-layout: fixed; background: url(https://www.sorensonvrs.com/assets/images/latest_news_bg.png) no-repeat; margin: 5px 0 3px 0; border: none;
}

img.news_ticker {
  margin:5px 3px 0 10px; width:17px; border: none;
}

td.news_ticker {
  font-size:93%; font-weight:bold; color:#0080bf; padding:2px 0 0 3px; height:15px; width:80px; border-right:1px solid #969696;
}