/* Print styles: drop the site chrome and show only the tutorial content. */
.ri-header,
.ri-footer,
.ri-skip,
#menuPane,
#headerBar {
  display: none !important;
}

#pageWidth {
  display: block !important;
  max-width: none;
  margin: 0;
  padding: 0;
}

#contentPane {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  background: #fff !important;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
