/*
 * profiles Styles
 */

#profiles {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}
#profiles li {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 0;
}
#profiles li {
  display: block;
}
#profiles li div.image {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 100px;
}
#profiles li div.image img {
  display: block;
}
#profiles li div.person-details {
  float: left;
  margin: 0;
  padding: 0;
  width: 350px;
}
#profiles li div.person-details table td {
  vertical-align: top;
}
#profiles li div.person-details table td.left-td {
  text-align: right;
  padding: 0 10px 0 0;
  width: 75px;
}