#content {
    width:300px;
    margin:30px auto 30px 255px;
}

#thermometer, .progress {
    width:70px;
    height:300px;
    position: relative;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
        -ms-border-radius: 12px;
         -o-border-radius: 12px;
            border-radius: 12px;
}

#thermometer .track {
    height:280px;
    top:10px;
    width:20px;
    border: 1px solid #cc2626;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	-ms-border-radius: 12px 12px 0 0;
	-o-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
    position: relative;
    margin:0 auto;
    background-size: 100% 8.33%;
}

#thermometer .progress {
    height:0%;
    width:100%;
    background: #cc2626;
    position: absolute;
    bottom:0;
    left:0;
}

#thermometer .goal {
    position:absolute;
    top:0;
}

#thermometer .amount {
    display: inline-block;
    padding:0 5px 0 60px;
    border-top:1px solid #2a7669;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:#2a7669;
}

#thermometer .progress .amount {
    padding:0 60px 0 5px;
    position: absolute;
    color:#cc2626;
	border-top:1px solid #cc2626;
	font-size: 16px;
    right:0;
}

#thermometer .ball {
	background-color: #cc2626;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
	height: 70px;
	width: 70px;
	position: relative;
	z-index: 99;
}

.charity-left {float: left;}
.charity-right {float: right;}
.charity-end {clear: both;}

.charity {
	background-color: #2a7669;
	border: 1px solid #317369;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 20px;
	padding: 8px;
	text-align: center;
	width: 105px;
}

.charity-text {
	color: #2a7669;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

.charity-text p.main {font-size: 16px;}