@import url(people.css);

div.company {
  display: block;
  clear: both;
  float:left;
  position: relative;
  padding-left: 144px;
}

div.company .logo {
  display: inline;
  float: left;
  margin-left: -132px;
}

div.company .company_footer {
  clear: both;
}

#companies {
  clear: both;
  width: 100%;
  position: relative;
  margin: 24px 0;
  clear: both;
  border-top: 1px solid #ccc;
}

#companies td {
  border-bottom: 1px solid #ccc;
  padding: 4px 8px;
}

