.content {
  background-color: white;
  /*	border: 1px solid red;*/
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20px;
}
.content h1 {
  font-size: 2em;
  margin-top: 10px;
  margin-bottom: 2px;
}
.content h2 {
  font-size: 1.5em;
  margin-top: 10px;
  margin-bottom: 2px;
}
.content h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 2px;
}
.content p {
  margin-bottom: 1.0em;
  line-height: 1.4em;
}
.content table {
  margin-top: 2px;
  margin-bottom: 2px;
}

.content.fixedWidth {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
