.circliful .outer {
    fill: transparent;
    stroke: #333;
    stroke-width: 19.8;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    /* firefox bug fix - won't rotate at 90deg angles */
    -moz-transform: rotate(-89deg) translateX(-190px);
}

/* full circle 25 empty 534 */
.circliful .inner {
    fill: transparent;
    stroke: orange;
    stroke-width: 20;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    /* firefox bug fix - won't rotate at 90deg angles */
    -moz-transform: rotate(-89deg) translateX(-190px);
    stroke-dashoffset: 0;
}

.circliful {
    overflow: visible !important;

}

.svg-container {
    width: 90%;
    margin: 0 auto;
    overflow: visible;
    position: relative;
}

svg .icon {
    font-family: FontAwesome;
}

.legend-line {
    white-space: nowrap;
}

.color-box {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    display: inline-block;
    float: left;
    padding-top: 3px;
    margin: 0 auto;
}

.icon-centered{
    width: 3vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;

}
.cont-graph{  
}
.number{
    font-family: "blanchcondensed", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif!important;
}
.verde_graf{
    font-family: "blanchcondensed", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    color: #727272;
    font-size: 1.4vw;
    text-align: center;
    line-height: 1;
}
@media only screen and (max-width: 480px){
    .icon-centered{
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    }
    .verde_graf{
    font-family: "blanchcondensed", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    padding-top: 0em;
    color: #92b92b;
    font-size: 1em;
    line-height: 1;
    width: 100%;
    }
}