@charset "utf-8";
/* CSS Document */
.statsCont {
	
}
.stats {
	list-style:outside;
	list-style-type:none;
	margin:auto;
	padding:0;
	height:auto;
	overflow:hidden;
	max-width:768px;
}
.stats li {
	position:relative;
	display:block;
	float:left;
	box-sizing:border-box;
	width:98%;
	margin:1.0em 1%;
	text-align:center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.stats li span {
	display:inline-block;
	padding-bottom:1.0em;
	font-size:2.0em;
	color:#FC0;
}
.stats li p {
	font-size:1.6em;
	color:#fff;
}
.stats i {
	display:block;
	clear:both;
	margin:0.4em 0;
	color:#fff;
}
.sOne, .sTwo, .sThree {
	transform:scale(0.8);
}