

.vet {

  clear: both;
  
  margin: 1em auto;

}

.vet .photo {

  margin-bottom: 0.4em;

}

.vet.odd .photo {

  float: left;

  margin-right: 0.75em;

}


.vet.even .photo {

  float: right;

  margin-left: 0.75em;

}


.vet .person_name {

  font-weight: bold;

}