﻿.Graph
{
    height: 20px;    
    padding-right: 5px;
}

.GraphResult
{
    background-image: url('../Images/Transparent30p.png');
    overflow: visible !important;
    overflow: hidden; 
    height: 13px;
    padding-left: 5px;
}

.Graph span 
{ 
    float: right;
    font-size: 10px; 
    padding: 1px 5px 0px 0px; 
 }

.Graph span.LowerThan15 
{ 
    position: relative; 
    right: -55px; 
    padding: 1px 0px 0px 0px;
    width: 50px;
}


