.circle-result-label {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.1em;
    font-weight: lighter;
    text-align: center;
    position: relative;
    margin-left: 5px auto;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    font-family: 'Roboto',"Helvetica Neue",Helvetica, Arial, OpenSans, sans-serif !important;
    text-rendering: optimizeLegibility;
}

.label-success {
    background-color: #5cb85c;
}

.label-danger {
    background-color: #d9534f;
}

.label-warning {
    background-color: #f0ad4e;
}

.super-small {
    font-size: 50% !important;
}
