
.user-symbol {
    display: inline-block;
    height: 40px;
    width: 40px;
}

.mention-active {
    background-color: #86b7fe;
}

.mention:hover {
    cursor: pointer;
}

.mentioned {
    background-color: #cfe2ff;
}