.atwho-inserted {
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 3px;
    background: rgb(221, 51, 51);
    color: white;
}
.atwho-inserted a {
    color: white;
}
.atwho-view img {
    float: none;
}
.atwho-view small {
    float: none;
    margin-left: 10px;
    color: #222;
}
.atwho-view strong {
    color: rgb(221, 51, 51);
}
.atwho-view .profile-type {
    font-size: 10px;
    font-style: italic;
    color: #aaa;
}

.activity-list .bp-suggestions-mention {
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 3px;
    background: rgb(221, 51, 51);
    color: white;
}

.activity-list .bp-suggestions-mention:hover {
    background: rgb(224, 70, 70);
}
