.cluedIn_entity_person_list {
  margin: -15px;
}

.cluedIn_entity_person_list_name {
  font-size: 18px;
  font-weight: bold;
}

.cluedIn_entity_person_list_title {
  font-size: 16px;
  font-weight: bold;
}

.cluedIn_entity_person_list_address {
  margin-top: 5px;
  i {
    margin-right: 5px;
  }
}

.cluedIn_entity_person_list {
  .cluedIn_social {
    margin-top: 10px;
  }
}

.cluedIn_entity_person_list_item {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  padding-top: 10px;
}

.cluedIn_personProfile_name {
  text-align: center;
  font-size: 26px;
  margin-top: 10px;
}

.cluedIn_personProfile_jobTitle {
  text-align: center;
  font-size: 20px;
  font-weight: 200;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cluedIn_personProfile_withIcon {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  i {
    margin-right: 5px;
  }
}

.cluedIn_personProfile_social {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cluedIn_personProfile {
  padding: 15px;
  .cluedIn_following_area {
    text-align: center;
    margin-bottom: 30px;
    .cluedIn_following_info {
      margin: 10px 0;
    }
    .cluedIn_following_info_number {
      display: block;
      font-weight: bold;
      font-size: 30px;
    }
  }
}

.cluedIn_personProfile_image {
  img {
    border-radius: 500px;
    max-width: 125px;
  }
}