/* Start of CMSMS style sheet 'Faculty and Staff' */
div.person {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 90px;
  min-height: 150px;
  clear: both;
  font-size: 0.9em;
}
div.person img {
  float: left;
  margin: 5px;
  margin-left: -90px;
  margin-top: 0;
}
div.person .name {
  font-size: 1.3em;
}
div.person .titles {
  font-size: 0.8em;
}
div.person .label {
  /* color: #354474; */
  font-weight: bold;
}
/* End of 'Faculty and Staff' */

