
.percent {
    background: #ce2c2c;
    font-size: 12px;
    line-height: 25px;
    border-radius: 100px;
    overflow: hidden;
}
.percent > div:nth-child(1) {
    background: #088200;
    width: 30%;
}
.percent > div:nth-child(2) {
    margin-top: -25px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}

.percent.notext {
    height: 2px;
    overflow: hidden;
}