.pie_chart_data{
	height :140px;
	margin: 20px auto;
	position: relative;
}
.pie_chart_data span{
	position: absolute;
	font-size: 14px !important;
	top: 45%;
	background: #eee;
	width: 50px;
	margin: auto;
	left: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px !important;
}
.pie_chart_data .passed_by{
	font-size: 13px;
	color: white;
	background-color: #EE802A;
	position: absolute;
	top: 75%;
	left: 0px;
	padding: 5px 20px;
	border: 0;
	border-radius: 2px;
	width: 90px;
	text-align: center;
}
.pie_chart_data .footfall{
	font-size: 13px;
	color: white;
	background-color: #76BDE6;
	position: absolute;
	top: 75%;
	right: 0px;
	padding: 5px 20px;
	width: 90px;
	border-radius: 2px;
	text-align: center;
}