
/* WP-Stock-Ticker CSS */
/* =================== */

.stocks-container {
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0px;
  height: 23px;
  overflow: hidden;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 74%, rgba(234,234,234,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(74%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 74%,rgba(234,234,234,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 74%,rgba(234,234,234,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 74%,rgba(234,234,234,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
  background: linear-gradient(top, rgba(255,255,255,1) 74%,rgba(234,234,234,1) 100%);
}
.stocks-container .mask {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 23px;
}
.stocks, .stocksTickerWidget {
  position: relative;
  left:0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.stocks li, .stocksTickerWidget li {
  float: left;
  font-size: 13px;
  line-height: 22px;
  padding-right: 20px;
  color: #000;
}
.stockdown {
  color: red;
  padding-left: 5px;
}
.stockup {
  color: green;
  padding-left: 5px;
}
.currency {
  color: blue;
  padding-left: 5px;
}