
div.clients h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div.clients table tr {
  vertical-align: top;
}

div.clients img {
  margin-right: 10px;
}

div.clients div.contact {
  line-height: 1.5em;
  font-size: 80%;
  padding-left: 2em;
}

div.clients div.bio {
  margin-bottom: 20px;
}

div.clients div.bio > p:first-child {
  margin: 0px;
}

/* css for the current clients table section */

div.clients table.current tr td:first-child {
  width: 180px;
  text-align: right;
}

/* css for the previous clients table section */

div.clients table.previous {
  width: 100%;
  font-size: 110%;
}

div.clients table.previous div.contact {
  padding-bottom: 1em;
}
