.bayesNetResultsComponent .peopleList {
  margin-bottom: 20px;
}

.bayesNetResultsComponent .peopleList .loading {
  height: 108px;
  align-items: center;
}

.bayesNetResultsComponent .peopleList .person {
  cursor: pointer;
}

.bayesNetResultsComponent .peopleList .avatarName {
  max-width: 60px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bayesNetResultsComponent .peopleList .peopleListTitle {
  margin-bottom: 10px;
}

.bayesNetResultsComponent .peopleList .peopleListContent {
  display: flex;
  flex-wrap: wrap;
}

.bayesNetResultsComponent .peopleList .peopleListPaginator {
  margin-top: 10px;
}