

.percent {
    font-size: 25px;
    color: #333;
    margin: 0 auto;
 	display: inline-block;
	z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.easyPieChart{
	position: relative;
	margin:0 auto;
}

.easyPieChart canvas{
    position: absolute;
    top: 0;
    left: 0;
}

.pie_chart_holder{
	display: block;
    margin: 0px;
	opacity: 0;
    filter: alpha(opacity: 0);
    -webkit-transition: opacity 0.3s ease 0s; 
	-moz-transition: opacity 0.3s ease 0s; 
	-o-transition: opacity 0.3s ease 0s;
}

.pie_chart_holder .percentage{
	width: 171px;
	height: 171px;
}

.percentage{
	opacity: 1;
	width: 171px;
	height: 171px;
	line-height: 171px;
    font-size: 25px;
    color: #333333;
    text-align: center;
}

.tocounter{
	 float: none;
	 margin: 0px;
}