﻿/* Note: The classes .priceLbl, .xValueLbl, .highLbl, and .lowLbl may become obsolete if 
   the chart team changes how they deal with label styling. */
#market .priceLbl,
#market .xValueLbl,
#market .highLbl,
#market .lowLbl
{
    font-size: 0.8em;
}

#market .markettitle
{
    font-size: 2.08em;
}

#market .currentUpPriceLbl
{
    color: #376F70;
    font-size: 0.8em;
}

#market .currentDownPriceLbl
{
    color: #99182C;
    font-size: 0.8em;
}

#market div .highlight
{
    background-color: #F0F7F2;
}

#market .ticker
{
    font-weight: bold;
}

#market .bgLast
{
    font-weight: bold;
}

#market .graphList .ticker
{
    font-size: 1.2em;
}

#market .graphList .timestamp
{
    font-size: 0.9em;
}

#market .graphList .companyName
{
    font-size: 0.9em;
}

#market .graphList .bgChange,
#market .graphList .bgPercentChange
{
    text-align: right;
}

#market .quotelisttitle
{
    font-size: 0.9em;
    font-weight: bold;
}

#market .quotelist .bgLast,
#market .quotelist .bgChange,
#market .quotelist .bgPercentChange
{
    text-align: right;
    line-height: 1.7em;
}