@charset "utf-8";
/* CSS Document */

.tile-stats {
	text-align:center;
	padding:30px;
}
.tile-stats .count{font-size: 16px;
    margin: 10px 0;
    font-weight: normal;
}
.tile-stats i{
	display:block;
	color:#007aff;
	font-size:60px;
}
.tile-stats .btn.btn-default{
	border-radius:30px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);

border:1px solid #007aff;
color:#007aff;
    padding: 6px 30px;
}
