#content {
  width: 800px;
}

.disclaimer {
  width: 800px;
}

h2.step:before {
  content: "Step " counter(h2_counter) ": ";
}

h2.step {
  counter-increment: h2_counter;
}



#content div.code-box {
  font-family:  monospace;
  white-space: pre;
  width: 80em;
  line-height: 1.4em;
  margin: 1em 0;
  border: 1px dashed #aaa8a8;
  color: #000;
  overflow: auto;
}

#content div.code-box {
  background: #fff;
}