﻿
    .Symbol
    {
    
        font-weight: bold;
        font-size: 14px;
    }
    
    .Earnings
    {
        font-size: 12px;
        color: black;
    }
    
    .PercentageDown
    {
        font-size: 12px;
        color: Red;
    }    
    
    
    .PercentageUp
    {
        font-size: 12px;
        color: Green;
    }   