/* Thermometer */
.thermometer-box {
    border-bottom: 2px solid #E3E3E3;
    height: 94px;
    position: relative;
}
.thermometer-box p {
    font-style: italic;
    font-size: 14px;
    line-height: 14px;
    padding: 0px 0px 12px 5px !important;
}

.thermometer {
    width: 274px;
    position:relative;
    top:-20px;
    padding:10px 0px;
}

.thermometer-box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.thermometer-box .thermometer-gray,
.thermometer-box .thermometer-color,
.thermometer-box .amount {
    position: absolute;
    top: 0;
    left: 0;
    height: 33px;
    display: block;
}

.thermometer-gray {
    background: transparent url(http://s3.amazonaws.com/s3.engagementlab.org/forecast/images/bg-thermometer-gray.png) no-repeat;
    width: 268px;
    z-index: 0;
}

.thermometer-color {
    background: transparent url(http://s3.amazonaws.com/s3.engagementlab.org/forecast/images/bg-thermometer-color.png) no-repeat;
    width:  0px;
    z-index: 10;
}

.thermometer-box .amount {
    color: #fff;
        text-shadow: gray 1px 1px;
    text-align: right;
    line-height: 33px;
    z-index: 20;
    display: none;
}

.thermometer-box li {
    float: left;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.thermometer-box .zero {
    margin-right: 213px;
    margin-left: 6px;
}

.thermometer-box .current {
    clear:left;
    position:relative;
    top:-22px;
    /* left: set inline by ak template */
}

.thermometer-box .hundred {
    margin-right: 0;
}