
section#thermometer {
	background: #ECECEC;
}
.thermometer {
    margin-bottom: 0 ! important;
    padding-bottom:1px;
}
.thermometer h3 {
    display: block;
    float: none;
}
.thermometer .subheader {
    text-align: center;
    text-transform: uppercase;
    margin: 8px 0 8px;
}
.thermometer .drop {
    width:201px;
    display:block;
    background-color:#dbdbdb;
    margin-left:auto;
    margin-right:auto;
    min-width: 201px;
    height:193px;
    position:relative;
    z-index: 10;
}
.thermometer .progress {
    background:#c00;
    width:90%;
    height:0%;
    bottom:3px;
    left:1px;
    position:absolute;
}
.thermometer .drop .frame {
    position:absolute;
    background:url(/content360/images/drop.png) no-repeat;
    width:201px;
    height:194px;
}
.thermometer .needle {
    position:absolute;
    background:url(/content360/images/pointer.png) no-repeat 0 0;
    width: 82px;
    height: 41px;
    z-index: 20;
    box-sizing: content-box;
}
.needle div {
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: bold;
}
.thermometer .label {
    background:#dbdbdb;
    border-radius: 5px;
    box-shadow: 0 5px 10px #CCC inset;
    margin:0px 10px 10px 10px;
    text-align:center;
    height:40px;
    line-height:40px;
    color:#414141;
    font-weight:bold;
}
.thermometer .label span {
    color:#c00;
}