.stats {
}

.stats .statsContainer{
	margin: auto;
	background-color: white;
	box-shadow: 0px 2px 5px #888888;
	margin-bottom: 20px!important;
}

.stats .section, .stats .section div {
	display: inline-block;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
}

.stats .section.titleSection {
	width: 30%;
}

.stats .title {
	font-weight: bold;
    text-align: left;
    font-size: 14px;
    padding-left: 10px;
}

.stats .value {
	margin-left: 5px;
}