pre.code {
  background: #f9f9ff  none repeat scroll 0 0;
  border: 1px dashed #dddddd;
  font-family: Monaco, "Courier New", Courier, monospace;
  font-size: 0.9em;
  margin: 20px;
  overflow-x: auto;
  padding: 1em;
  white-space: pre-wrap;
  word-break: break-word;
}

div.note,
.important {
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 2em auto;
  padding: 10px;
  text-align: justify;
  width: 80%;
}

span.highlight {
  background-color: #ffffbe;
}

address.address {
  font-style: normal;
  line-height: normal;
  display: block;
}
