.goalProgress {
	background: #f7f7f7;
	padding: 5px;
}
div.progressBar {
	background: #ff008c;
	color: #fff;
	font-size: 1.5em;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	letter-spacing: -1px;
	font-weight: 700;
	padding: 10px;
	display: block;
	overflow: hidden;
	width: 20px;
        height: 20px;
        max-width: 97%;
}
span.goalAmount {
	display: none;
	text-indent: -9999px;
}