table.people {
  border-top: none;
  border: none;
}
td.title {
  white-space: nowrap;
  font-weight: bold;
  border-top: none;
  border-bottom: solid 1px;
}
td.name{
  white-space: nowrap;
  width: 1%;
  text-align: right;
  padding-left:30px;
}
td.dash{
  white-space:nowrap;
  width: 1em;
  padding-left: 5px;
  padding-right: 5px;
}
td.role{
  white-space: nowrap;
}