.phone {
  white-space: nowrap;
}
.email-at img {
  border: none;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about {
  max-width: 16em; 
}
#about h2 {
  margin-top: 0.5em;
  padding-top: 0.5em; 
  border-top: 1px solid #77c;
  letter-spacing: 0.03em;
  color: #000;
  font-size: 0.9em;
  font-weight: normal;
}
#about p:first-child {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em; 
  border-bottom: 1px solid #77c;
}
#about > table {
  margin-bottom: 1em;
  width: auto;
  border: none;
}
#about > table td {
  padding: 0;
  border: none;
  background-color: transparent;
  vertical-align: top;
  line-height: 1.5em;
}
#about > table td:last-child {
  padding-left: 0.5em;
}
#about td br { 
  display: block;
}
