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

#progress p:first-of-type {
    margin-bottom: 18px;
}

.thermometer {
    width: 274px;
    position:relative;
    top:-10px;
    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(//s3.amazonaws.com/s3.forecastthefacts.org/static/images/bg-thermometer-gray.png) no-repeat;
    width: 268px;
    z-index: 0;
}

.thermometer-color {
    background: transparent url(//s3.amazonaws.com/s3.forecastthefacts.org/static/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 ul li {
    float: left;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

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

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

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