.is-icon {
    display: flex;
    align-items: center;
}

.is-icon a{
    padding-right: 5px;
    font-weight: bold;
    height: 24px;
}

.is-icon a img{
    height: 24px;
}

.is-live-team{
    margin-left: 10px;
}

.tag.is-iron {
    background-color: #3F302D;
    color: #fff;
}

.tag.is-bronze {
    background-color: #67443E;
    color: #fff;
}

.tag.is-silver {
    background-color: #6F7982;
    color: #fff;
}

.tag.is-gold {
    background-color: #9A713F;
    color: #fff;
}

.tag.is-platinum {
    background-color: #0B4656;
    color: #fff;
}

.tag.is-emerald {
    background-color: #076D3E;
    color: #fff;
}

.tag.is-diamond {
    background-color: #466BC3;
    color: #fff;
}

.tag.is-master {
    background-color: #7538AD;
    color: #fff;
}

.tag.is-grandmaster {
    background-color: #9B2B20;
    color: #fff;
}

.tag.is-challenger {
    background-color: #E7C86F;
    color: #000;
}

.is-twitch {
    color: #7538AD;
}
