  .fellow{
  padding: 35px 0;
  border-bottom: 3px solid #fff;
}
.fellow:after {
  content: "";
  display: table;
  clear: both;
}
.fellow-info{
  display: inline;
  width: 260px;
  padding-right: 0;
  float: left;
}
.fellow-info img{
  max-width: 200px;
  margin-bottom: 15px;
}
.fellow-bio{
    display: inline;
    float: right;
    max-width: 400px;
}

.fellow-name{font-weight: bold}
.fellow-email{word-wrap: break-word;}

.rep{
  padding: 35px;
  border-bottom: 3px solid #fff;
}
.rep:after {
  content: "";
  display: table;
  clear: both;
}
.rep-info{
  display: inline;
  width: 260px;
  padding-right: 0;
  float: left;
}
.rep-info img{
  max-width: 180px;
  height: auto;
  margin-bottom: 15px;
}
.rep-bio{
    display: inline;
    float: left;
    max-width: 400px;
}

.rep-name{font-weight: bold}
.rep-title{}
.rep-email{word-wrap: break-word;}
.rep-phone{  }