.role-tag{
    text-align: end;
}

body md-content.user-card-content{
    background-color: rgb(133, 145, 208);
    color:white;
}

body md-content.user-card-content.card-user{
    background-color: rgb(117, 117, 117);
    color:white;
}

body md-content.user-card-flex{
    display:flex;
    justify-content: center;
    flex-flow: row wrap;
}
body md-content.user-card-flex md-card{
    width:370px;
    height: 156px;

}

body md-checkbox.admin-check div.md-label{
    bottom:8px;
}

body md-card .username-mail-card-item{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}