.officers
{
  margin-left: 0px;
}

.officers > table
{
  width: 100%;
  border-spacing: 0px;
}

.officers > table > caption
{
  text-align: right;
  font-size: 82%;
  margin: 12px 0px 8px 0px;
  color: #386;
}

.officers > table > thead > tr > th
{
  text-align: left;
  border-bottom: 3px double #ccc;
  margin: 0px;
  padding: 4px 12px;
  font-weight: normal;
  font-size: 93%;
}

.officers > table > tbody > tr > td
{
  border-bottom: 1px solid #ccc;
  margin: 0px;
  padding: 9px 0px 3px 12px;
  vertical-align: middle;
}

.officers > table > tbody > tr > td:nth-child(1)
{
  font-size: 90%;
}

.officers > table > tbody > tr > td:nth-child(2)
{
  font-size: 110%;
}

.officers > table > tbody > tr > td:nth-child(3)
{
  font-size: 90%;
}

.officers > table > tbody > tr > td:nth-child(4)
{
  font-size: 82%;
}

.officer
{
  border-top: 1px solid #EEE;
  display: table;
  margin-bottom: 4px;
  padding-top: 4px;
}

.first_child
{
  border-top: 0px;
  padding-top: 0px;
}

.officer > *
{
  display: table-cell;
  vertical-align: top;
}

.officer > img
{
  border: 1px solid #CCC;
}

.officer > div
{
  width: 160px;
  font-size: 125%;
  padding: 8px 0px 0px 16px;
  line-height: 24px;
}

.officer > ul
{
  margin: 0px;
  padding: 8px 0px 0px 0px;
  list-style-type: none;
}

.officer > ul > li
{
  line-height: 24px;
}