.people-list .list-photo.pull-right {
   /*display:none;*/
}


td.colpadright {
font-weight: bold;
padding-right: 10px;

}

td.colpadbottom {
padding-bottom: 10px;

}

/* Directory lists */

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

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

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

/* Profiles */

#profile {
  margin: 1em 0 1em 0;
}

#profile th,
#profile td {
  padding-right: 1em;
}

#profile #sidebar-right-container .heading {
  font-style: bold;
}

#profile #sidebar-right-container ul {
  list-style: none;
  padding-left: 0;
}

.profile-photo {
 /* float: left; */
  padding-right: 2em;
  padding-bottom: 1em;
}

h1.name {
  margin: 0 0 0 0;
}

h4.title {
  margin: .5em 0 1em 0;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
}

.joined,
.education,
.cv,
.additional {
  margin-top: .5em;
}

.interests {
  font-size: 1.2em;
  line-height: 1.5em;
}

.caption {
  font-size: .9em;
  text-align: center;
}

.profile-info {
  clear: left;
  margin: 1em 0px;
}

.profile-section {
  margin-top: 2.5em;
  clear: left;
}

.profile-section h2 {
  clear: left;
}

.simple-table th{
  font-size      : 1em;
  font-weight    : normal;
  background     : #FFF;
  vertical-align : top;
  width          : 10%;
}

/* Show/hide profile sections  
   These styles were commented out when 
   ChE decided not to go with a "tabbed" interface. They
   are still in the page template, so the feature can be
   restored by un-commenting this section if the 
   decision changes again.

.contact #page-head,
#contact-page,
#research-interests-page,
#research-group-page,
#awards-page,
#pubs-page,
#personal-page,
.additional-page {
  display: none;
}

.DISABLED .contact #contact-page,
.research-interests #research-interests-page,
.research-group #research-group-page,
.awards #awards-page,
.pubs #pubs-page,
.personal #personal-page,
.additional .additional-page.active,
.all #contact-page,
.all #research-interests-page,
.all #research-group-page,
.all #awards-page,
.all #pubs-page,
.all #personal-page,
.all .additional-page {
  display: block;
}

*/