div.about {
  font-size: 1.5em;
  max-width: 200em;
  margin: .2em  1em;
}

div.about p {
  font-size: 1em;
  color: hsl(0, 0%, 40%);
  margin-bottom: 2em;
}

div.about li {
  list-style: none;
}

div.about table {
  font-size: 1em;
  margin: -2em 0 0 3em;
}

div.about table td {
  padding: 0;
}

div.about samp {
  font-size: 1em;
  color: #800;
  letter-spacing: 1px;
  font-family: inherit;
  font-weight: lighter;
}

div.about samp b {
  font-weight:bolder;
}

div.about h5 {
  font-weight: normal;
  margin-top: -1.5em;
  font-size: .95em;
  margin-botton: 1.5em;
}