#goal-thermometer{
    position:relative;
    padding:0;
     color:#1371b8;
    font-weight: bold;
    opacity:0;
}



#therm-numbers{
    width:50px;
    float:left;
    opacity:1;
    color:#1371b8;
}

.therm-number{
    position:absolute;
    text-align:right;
    font-size:13px;
}

#therm-graphics{
    float:left;
    position:relative;
    width:46px;
}

#therm-top{
    position:absolute;
    top:0;
    left:11px;
    
    width:53px;
    height:13px;
}

#therm-body-bg{
     position:absolute;
     top:13px;
     left:11px;
     width:53px;
}

#therm-body-mercury{
     position:absolute;
     bottom:51px;
     left:23px;
     width: 30px;
     height:2px;
}

#therm-body-fore{
     position:absolute;
     width:46px;
     top:13px;
     left:21px;
     background-repeat:repeat-y;
}

#therm-bottom{
    position:absolute;
    left:0;
    width:76px;
    height:81px;
} 

#therm-tooltip{
    position:absolute;
    left:58px;
    width:100px;   
    color:#fff;
}

#therm-tooltip .tip-left{
    float:left;
    width:19px;
    height:32px;
 
}

#therm-tooltip .tip-middle{
    float:left;
    height:32px;
    font-size:15px;
}

#therm-tooltip .tip-middle p{
    position:relative;
    margin:0;
    padding-right:4px;
    padding-left:3px;
    top:6px;
    height:32px;
    opacity:1;
    background-size:100% 100;
    -moz-background-size: 100%;
}

#therm-tooltip .tip-right{
    float:left;
    width:9px;
    height:32px;
}

.clear {
    clear: both;
}

.pos0{
     color:#8dc73f;
    
}