A {
  text-decoration: none;
}

A:active {
  color: white;
  background: navy;
}

A:hover {
  color: #ff0000;
}

dl,
dd {
  margin: 0;
}

dt,
dd {
  display: inline;
}

.personinfo > table:first-of-type {
  width: 100%;
}

.personinfo > table:first-of-type td:first-of-type {
  max-width: 100%;
  padding: 1rem;
}

.placelist li {
  list-style: none;
}

.placelist ul {
  margin: 0;
  padding: 0;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

button.active {
  border-bottom: 1px solid black;
}
