

.progress-chart-svg-container {
    /*width: 80px;*/
    float:left;
  /*  border: 1px solid red;*/
}

.progress-chart-svg {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
}


.progress-bar-svg {
    padding-top: 1em;
    width: 100%;
    height: 70px;
}


.percent {
    /*line-height: 20px;
    height: 20px;
    width: 100%;
    top: 100px;
    font-size: 43px;
    text-align: center;
    color: #3da08d;
    opacity: 0.8;
    position: absolute*/
}



/*====================================
 medium size and above
======================================*/
@media only screen and (min-width: 601px) {
    .progress-chart-svg {
        width: 110px;
        height: 110px;
        top: 0;
        left: 0;
    }


}

