.people-list td {
  min-width: 120px;
}

.portrait {
  width: 300px;
  float: left;
  margin: 0 10px 10px 0;
}

td {
  padding: 2px 6px;
}

.person-detail td {
  vertical-align: top;
}

.person-detail ul, .people-list ul {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

.person-detail li, .people-list li {
  list-style-type: none;
}

.hid {
  display: none;
}

h4 {
  font-weight: bold;
}