#policy table {
  width: 100%;
  margin: 1.5rem auto 0;
  border-collapse: collapse;
}

#policy table th {
  width: 20%;
  padding: 1rem;
  border: 1px solid #A9A9A9;
  font-size: 1rem;
}

#policy table td {
  width: 80%;
  padding: 1rem;
  border: 1px solid #A9A9A9;
  font-size: 1rem;
}

#policy table td a {
  color: #333333;
  font-size: 1rem;
  text-decoration: underline;
}