.skills {
    position: relative;
}

.easyPieChart {
    position: relative;
    text-align: center;
	display: inline-block; 
}

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

.percentage-top {
    color: #191919;
    font-size: 54px;
    font-weight: 600;
    height: 50px;
    left: 23%;
    line-height: normal;
    position: absolute;
    top: 22%;
    z-index: 9;
}


.percentage-top span{
color:#000000;
}

.skills .label{
	color:#000;
	font-size:18px;
	background:none;
}

.skill_content {
    left: 32px;
    position: absolute;
    top: 60%;
    width: 111px;
}

.skill_content p {
    color: #5D5C5D;
    font-size: 17px;
    font-weight: 600;
    
}