
.counter { 
	background-color: #ffffff; 
    padding: 30px 0px 6px 0px;
	border-radius: 5px;
	text-align: center; 
}

.count-title { 
	color:#808080; 
	font-size: 40px; 
	font-weight: normal;  
	margin-top: 10px; 
	margin-bottom: 0; 
	text-align: center; 
}
.count-text { 
	font-size: 13px; 
	font-weight: normal;  
	margin-top: 10px; 
	margin-bottom: 0; 
	text-align: center; 
}

