#goal-thermometer{
    
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    color:#fff;
    font-weight: bold;
    opacity:0;
}

#therm-holder{
	position:relative;
}

#therm-numbers{
    float:left;
}

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

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

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

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

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

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

#therm-bottom{
    position:absolute;
    left:0;
    width:46px;
    height:51px;
} 

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

#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;
    background-size:64px 64px;
    -moz-background-size: 100%;
}

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

#therm-button{
    font-size:13px;
	background-color: #3aaf5b;
	padding: 5px;
	margin-top: 5px;
	text-align: center;
	border-radius: 4px;
}

#therm-button:hover{
	cursor: pointer; cursor: hand;
	background-color: #299848;
}

#therm-button a{
	color:#ffffff;
	text-decoration:none;
}

#time-remaining{
	text-align: center;	
	 font-size:13px;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 font-weight: normal;
}

.clear {
    clear: both;
}

