

.easy-pie-chart {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.easy-pie-chart .percent {
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: 700;
    /*margin-top: -10px;*/
    margin-top: -16.2px;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

.easy-pie-chart .percent2 {
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: 700;
    /*margin-top: -10px;*/
    margin-top: -23px;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}
.easy-pie-chart .percent .fa {
    display: none;
}
.easy-pie-chart .percent2 .fa {
    display: none;
}
