.gauge15_container {
    /*background: #000000;*/
    overflow: hidden;
}

.gauge15 {
    position: absolute;
    width: 100%;
    height: 100%;
}
.gauge15 > img {
    width: 100%;
    height: 100%;
    z-index: 105;
    border-radius: 50%;
}

.gauge15 .text {
    position: absolute;
    top: 42%;
    left: 19%;
    width: 24%;
    height: 15%;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
}
.gauge15 .text div {
    text-align: center;
}


span.test_char {
    position: absolute !important;
    opacity: 0 !important;
}