.health-meter {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    transform: rotate(5deg);
    margin: 0 auto;
}

.health-meter > button {
    width: 50%;
    height: 50%;
    float: left;
    border-style: none;
}

.health-meter > .position {
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.health-meter > .entrances {
    border-right: solid 1px #fff;
}

.health-meter > .ctr {
    border-bottom: solid 1px #fff;
}

.health-meter > .success {
    background-color: #3c923c;
}

.health-meter > .primary {
    background-color: #2d6fad;
}

.health-meter > .warning {
    background-color: #e98c1d;
}

.health-meter > .danger {
    background-color: #d44946;
}

.health-meter > .info {
    background-color: #31b0d5;
}

.health-meter > .default {
    background-color: #ccc;
}

.health-meter > .league {
    position: absolute;
    top: 11px;
    left: 11px;
    background-color: #fff;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 1.2;
    border-radius: 8px;
    font-size: 11px;
    cursor: pointer;
}
