﻿html, body {
    margin: 0;
}

.txtLabel
{
    font-weight:bold;
    font-size:14px;
}

.txtLabelSmall:not(#DFUSX)
{
    font-weight:bold;
    font-size:15px;
}

.txtLabelTiny
{
    font-weight:bold;
    font-size:10px;
}

#DFUSX
{
    font-weight:bold;
    font-size:14px;
}


#SWPPX
{
    font-weight:bold;
    font-size:10px !important;
}

#years text
{
     font-size:15px;
}

#y1928
{
    font-size:17px !important;
}

#currentYear
{
    font-size:18px;
}

.labelSymbol
{
    font-weight:bold;
}

.highlightSimulated
{
    stroke-width:2.5px;
    stroke-dasharray:2.5 2.5;
}

.highlightLive
{
    stroke-width:2.5px;
}

.hide
{
    display:none;
}