.username {
    font-weight: bold;
}
.username.admin {
    color: red;
}
.username.team {
    color: green;
}