.person {
  
  border-bottom: 1px solid;

  margin-bottom: 16px;
  
  padding-bottom: 4px;
  
}


.person p {

  margin-top: 0;

}

.person img {

  border: 0;  

}

.person img.odd {

  float: right;
  
  margin: 0 0 6px 6px;
   
}

.person img.even {
   
  float: left;

  margin: 0 6px 6px 0;
   
}

.name {
   
   font-weight: bold;
   
}