/* ArezzoMT2 v69 - ranking gildii: bez starych nieaktywnych gildii */
.az69-guild-lvl-th, .az69-guild-lvl {
    width: 42px;
    text-align: center;
    white-space: nowrap;
}
.az69-guild-lvl span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 22px;
    padding: 0 6px;
    border: 1px solid rgba(80,255,225,.45);
    border-radius: 999px;
    background: rgba(23,160,150,.16);
    color: #fff3bf;
    font-weight: 800;
    font-size: 11px;
}
.az69-guild-name {
    max-width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.az69-empty-rank {
    text-align: center;
    padding: 14px 8px !important;
    color: #ffe9aa;
    opacity: .9;
}
