
#stock_ticker {
	width: 160px;
	border: 1px solid #999;
    padding:10px;
}

#stock_ticker .header {
	width: 160px;
	text-align: center;
    padding-bottom:10px;
    color:#256481;
}

#stock_ticker .title{
	font-weight: bold;
}

#stock_ticker .value{
	text-align: right;
}

#stock_ticker .stock_up{
	color: green;
}

#stock_ticker .stock_down{
	color: red;
}

#stock_ticker .footer{
	text-align: center;
    color:#666;
    font-size:10px;
}
