.people-list-alpha-navigation {
  text-align: left;
  margin-left: 2em;
}

.people-list-pyEmail {
  text-align: right;
}

.people-list-pyEmail .email {
  font-style: italic;
}

.profile-title {
  font-size: 1.3em;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}

.profile-photo {
  border: 1px solid #CCC;
  background-color: #eee;
  width: 280px;
  padding: 10px;
  float: right;
  margin: 10px;
  text-align: center;
}

.profile-photo img {
  margin: 0px auto;
  border: 1px solid #CCC;
  background-color: #fff;
  padding: 10px;
}

.profile-photo div.contact-info {
  margin: 0px auto 15px;
  width: 250px;
  text-align: left;
}

div.contact-info h4 {
  margin-bottom: 0;
}

.profile-address {
  margin-left: 20px;
  margin-top: 10px;
}

.profile-vita {
  margin-left: 20px;
  margin-top: 10px;
}

.profile-undergrad-students p {
  margin-left: 20px;
}

.profile-grad-student {
  margin-left: 20px;
  margin-bottom: 10px;
}

.profile-grad-student-resume {
  font-size: .8em;
}

.profile-grad-student-research {
  margin-left: 20px;
}

.profile-research-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.profile-research-image {
  float: left;
  width: 270px;
  text-align: center;
  padding: 10px;
  margin: 10px;
  margin-bottom: 20px;
}

.profile-research-image img {
  border: 1px solid #999;
  padding: 10px;
}

.profile-research-image-caption {
  margin-top: 10px;
  text-align: center;
  font-size: .9em;
  font-style: italic;
}

.people-list-edit {
  display: block;
  clear: right;
}

