
span.profile-avatar {
    width: 35px;
    height: 35px;
    background-size: cover;
    background-position: 50%;
    border-radius: 50%;
    margin: 0 .7em;
    display: inline-block;
}
span.profile-username {
    text-transform: uppercase;
}

.notification-count {
    color: white;
}
.notification-count .tag-notification {
    background-color: #d9534f;
    font-size: .7em;
    margin-left: -7px;
    margin-top: 10px;

    display: inline-block;
    padding: .25em .4em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.notification-count .tag-notification.hidden {
    display: none;
}
