div.officer table {
  table-layout:fixed;
}

div.officer table td.title,
div.officer table td.newtitle {
  width:50%;
  text-align:right;
  padding-right:20px;
}

div.officer table td.name,
div.officer table td.newname  {
  padding-left:20px;
  width:50%;
}

div.officer table td.newtitle {
  /*padding-left:75px;*/
}

div.officer table td.newtitle,
div.officer table td.newname {
  padding-top:10px;
}

div.officer table div.buttons {
  float:right
}

div.officer table img {
  border:1px solid RGB(160,160,160);
  background-color:RGB(255,255,255);
  vertical-align:text-bottom;
}

