#eventCounter{
	width: 120px;
	height: 120px;
	background: #8DC21F;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin:5px auto 25px;
	vertical-align:middle;
}

.animated_counter{
	line-height: 120px;
	color:white;
	font-size:40px;
	text-align:center;
}

.counter_label{
	color:#025599;
	font-size:30px;
	
}