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;
  /**/
}

ul#navigation, 
ul#footer {
  margin: 0.5em 0;
  text-align: right;
}

ul#navigation li, 
ul#footer li {
  margin-left: 1em;
  display: inline;
}

address {
  text-align: right;
}
