.english-pub-size-1 {
  font-size: 0.75rem;
}

.english-pub-size-2,
.person-heading {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0.5rem 0 1rem;
  text-align: center;
}

body {
  margin: 0;
  padding: 1rem;
  background: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

.name-list-table {
  width: min(95%, 100%);
  border-collapse: collapse;
  margin: 0 auto;
}

.name-list-table th,
.name-list-table td {
  padding: 0.25rem 0.35rem;
  vertical-align: top;
}

.section-separator {
  border: 0;
  border-top: 1px solid #999;
  margin: 1rem 0;
}

.centered {
  text-align: center;
}

.clear-right {
  clear: right;
}

.clear-left {
  clear: left;
}

.clear-both {
  clear: both;
}

.centered-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.right-float-image {
  float: right;
  margin: 0 0 1rem 1rem;
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
}

