/* <hr> formatting
 */
hr {
  margin-left: 2em; /* don't extend *quite* across the enclosing element */
  margin-right: 2em; /* don't extend *quite* across the enclosing element */
  height: 1px;
  color: black;
  border-width: 0;
  background-color: black;
}
