#goal-thermometer{
    position:relative;
    padding:0;

    color:#000;
    font-weight: bold;
    opacity:1;
}

#therm-numbers{
    width:100px;
    float:left;
    opacity:.4;
}

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

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

#therm-top{
    position:absolute;
    top:0;
    left:14px;
    
    width:64px;
    height:26px;
}

#therm-body-bg{
     position:absolute;
     top:26px;
     left:14px;
     width:64px;
}

#therm-body-mercury{
     position:absolute;
     bottom:51px;
     left:28px;
     width: 36px;
     height:4px;
}

#therm-body-fore{
     position:absolute;
     width:48px;
     top:20px;
     left:20px;
     background-repeat:repeat-y;
}

#therm-bottom{
    position:absolute;
    left:0;
    width:92px;
    height:102px;
} 

#therm-tooltip{
    position:absolute;
    left:48px;
    width:200px;
}

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

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

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

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

.clear {
    clear: both;
}

