//dfsgfsfseg
td{
  lable, badge{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
  }
}
td {
  word-break: break-word;
}

.user-panel > .image > img{
  width: 30px;
  height: 30px;
}

.col-admin{
  min-width: 100px;
}

.min-col-100{
  min-width: 100px;
}

.account-header-avatar img{
  width: 50px;
  height: 50px;
}
