.direct-chat-img-bootleg {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
    border: 3px solid #808080 !important;
    ;
}
.direct-chat-img-klassikko {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
    border: 3px solid #79A70A !important;
}
.direct-chat-img-lista {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
    border: 3px solid #8F0808 !important;
}

.direct-chat-img-kaapissa {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
    border: 3px solid #FFFFFF !important;
}

.Bootleg-badge {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    background-color: #808080 !important;
}
.Klassikko-badge {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    background-color: #79A70A !important;
}
.Lista-badge {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    background-color: #8F0808 !important;
}
