.row {
  font-size:14px;
  line-height: 30px;
  font-weight: bold;
}

/*
.stockName {
font-weight:bold;
display:block;
position: relative;
float: left;
left: 17px;
text-align: center;
}
*/

.stockLast {
  position:relative;
  display:block;
  float: left;
  width: 24%;
  text-align: center;
}

.stockIcon {
  position:relative;
  display:block;
  float: left;
  width: 10%;
  text-align: center;
}

.stockChange {
  position:relative;
  display:block;
  float: left;
  width: 25%;
  text-align: center;
}


.stockChangep {
  position:relative;
  display:block;
  float: left;
  width: 40%;
  text-align: right;
}

.valueUp {
  color:#006600;
}

.valueDn {
  color:#cc0000;
}

.watchlist {
  width: 100%;
  height: 30px;
  display: block;
  position: relative;
  font-family: Georgia, serif;
  color: #292929;
  top: 5px;
}

.light {
  
}

.dark {
  display: block;
  height: 30px;
}