

.contact_role
{
color:#800000;
font-style: italic;
font-size: 90%;
}


table.contacts
  {
  border-collapse:collapse;
  table-layout:fixed;
  }

.contacts table,
.contacts th,
.contacts tr,
.contacts td
  {
  text-align:left;
  vertical-align:top;
  background-color: #fff8f0;
  /* border: none !important; */
  border: 1px solid #fff8f0;
  }

tr.contacts_subhead td
{
border-bottom: 1px solid #eec0ac;
}



tr.contacts_subhead h3
{
color:#800000;
font-weight:bold;
}

