/* STAFF LISTING ----------------------------------------------------------- */

.staff_table {
  width: 100%;
}
.staff_table td {
  text-align: center;
  font-size: 12px;
  padding: 20px 0px 15px 0px;
}
.staff_picture {
  margin-bottom: 10px;
}
.staff_title {
}
.staff_annotation {
}

/* KEY PERSONNEL LISTING --------------------------------------------------- */

.key_staff_table {
  width: 100%;
}
.key_staff_table td {
  text-align: center;
  font-size: 12px;
  padding: 20px 0px 15px 0px;
}
.key_staff_table .staff_picture {
  margin-bottom: 10px;
}
.key_staff_table .staff_title {
  font-size: 20px;
  color: rgb(205,32,19);
  font-weight: bold;
  text-align: center;
}
.key_staff_table .staff_annotation {
}
