.goalProgress {
	padding: 5px;
	height: 60px;
}

.wholeProgress {
	background: #f7f7f7;
	clear: both;
}

div.progressBar {
	background: #70BADC;
	color: #fff;
	font-size: 1.5em !important;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	letter-spacing: -1px;
	font-weight: 700;
	padding: 10px;
	display: block;
	overflow: hidden;
	width: 20px;
	position:relative;
	float:left;
	
}
.progressImg {
	position:relative;
	overflow: hidden;
	width:60px;
	height:50px;
	border:0;
	float:left;
	
	
}
span.goalAmount {
	display: none;
	text-indent: -9999px;
}

@media all and (max-width: 420px) { 
	div.progressBar {
		font-size: 1em !important;
		height:50px;
		padding-top: 1.1em;
	}
}

/*@-moz-document url-prefix() {
    .progressBar {
		top:-40px;
    }
	.progressImg {
		top:-40px;
	}
}
*/

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
