div.container {
  padding: 50px;
  border: solid #afafb0;
  border-width: 1px 0 0 1px;
  background: white url(images/cross-section.png) left top repeat;
}
hr {
  clear: both;
  margin: 1.5em 0;
}

strong {
  color: #e60033;
  font-weight: bold;
}

pre {
  clear: both;
  overflow: visible;
  margin: 1.5em 26px;
  padding: 0.5em 0.8em;
  background-color: #f8f4e6;
  line-height: 1.5;
}

html>body pre {
  overflow: visible;
  /*\*/
  overflow: auto;
  /**/
}

address {
  text-align: right;
}
