.goalProgress {
	/* background: #f7f7f7; */
	padding: 5px;
	padding-right: 25px;
}
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;
}
span.goalAmount {
	display: none;
	text-indent: -9999px;
}

.vote_holder {
	width: 90%;
	float: left;
	margin: 5px 0;
}

.vote_holder .vote_description, 
.vote_holder .vote_percentage,
.vote_wrapper .colors_holder {
	display: none;
}