span.person {
  white-space: nowrap;
}

p.big2 {
  padding: 10px 0px 00px 0px;
}

ul.persons {
  float:left;
  width:100%;
  padding:0;
  margin:0;
  list-style-type:none;
}

li.person {
  display: inline;
}

a.picture {
  float:left;
  width:50px;
  height: 70px;
  text-decoration:none;
}

a.name {
  float:left;
  width:100px;
  height: 70px;
  text-decoration:none;
  white-space: normal;
}

table.person {
  float:left;
}

