listPerson {
  display: block;
  font-family: Times New Roman;
  margin-left: 25pt;
  margin-right: 15pt;
  margin-top: 15pt;
  font-size: 13pt;
  line-height: 16pt;
  text-align: left;
}

person {
  display: block;
  margin-top: 10pt;
  margin-bottom: 10pt;
}

persName {
  display: block;
  font-size: 18pt;
  font-variant: small-caps;
}

birth {
  display: block;
}

birth:before {
  content: "Born: ";
  font-weight: bold;
}

death {
  display: block;
}

death:before {
  content: "Died: ";
  font-weight: bold;
}

date:after {
  content: ". ";
}


residence {
  display: block;
}

residence:before {
  content: "Residence: ";
  font-weight: bold;
}

placeName settlement:after {
  content: ", ";
}

placeName region[type="parish"]:after {
  content: ", ";
}

placeName region[type="county"]:after {
  content: ", ";
}

placeName region[type="geog"]:after {
  content: ", ";
}

placeName region[type="compass"]:after {
  content: " ";
}


note {
  display: block;
}

note:before {
  content: "Note: ";
  font-weight: bold;
}

occupation {
  display: block;
}

occupation:before {
  content: "Occupation: ";
  font-weight: bold;
}


bibl {
  display: block;
}

bibl:before {
  content: "Source: ";
  font-weight: bold;
}

ref {
  font-style: italic;
}

p { 
  display: block;
}

