ul li{
	list-style: none
}
.charts li{
	display: none;
}
.charts .active{
	display: block;
}
.btns{
	margin : auto auto;
	text-align: center;
}
.btns li{
	
	margin-left: 35px;
	display: inline-block;
	cursor: pointer;
	color: #9E9EA0;
}
.btns li span{
	float: left;
}
.btns li span.icon{
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	background-color: #9E9EA0;
}
.btns li.active span.icon{
	background-color: #b72e2a

}
.title{
	margin : auto auto;
	text-align: center;
}
.title span.left{
	margin-right: 15px;
	font-weight: bolder;
}
.title span.right{
	margin-left: 15px;font-weight: bolder;
}