.currency-widget-list
{
  font-size: 17px;
  margin-top: 3px;
}

.currency-widget-header
{
 padding-right:10px;
 font-weight:bold;
}

.currency-widget-item
{
 padding-right:10px;
}

.currency-widget-item-name
{
 font-weight:bold;
}

.currency-widget-item-value
{

}

.currency-widget-item-delta
{
 font-size: 10px;    
}

.delta-minus
{
 color: #d50c16;    
}

.delta-plus
{
 color: #0cd50c;    
}