ul.cluedIn_domainUsers {
  margin: 0;
  padding: 0;
  li {
    list-style: none;
    padding: 10px 0;
    line-height: 50px;
    position: relative;
    img.cluedIn_domainUsers_profileImage {
      width: 50px;
      height: 50px;
      float: left;
      margin-right: 10px;
      border-radius: 50px;
    }
    &.cluedIn_domainUsers_noPreview {
      margin-left: 60px;
    }
    .cluedIn_domainUsers_inviteBtn {
      position: absolute;
      right: 15px;
      top: 8px;
    }
  }
}