.donor_table tbody td:first-child {
  width: 80%;
  text-align: left;
}

.donor_table td:nth-child(2) {
  width: 20%;
  text-align: right;
}

.donor_table {
  font-size: 1rem;
}

.donor_table h3 {
  margin:.5em 0;
}
.donor_table td {
    padding:.5em;
}