.goalProgress {
	background: #f7f7f7;
	padding: 5px;
	text-align: left;
	border: #cccccc solid 1px;
}
div.progressBar {
	background: #37DD61;
	color: black;
	font-size: 1.5em;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	/*letter-spacing: 0px;*/
	font-weight: 700;
	padding: 10px;
	display: block;
	/*overflow: hidden;*/
	width: 20px;
}
span.goalAmount {
	display: none;
	text-indent: -9999px;
}