/*=== Enumeration ===*/

div.enumeration {
  margin: 12px 40px;
}

div.enumeration > div.section > h1 {
  font-weight: bold;
  font-size: 1em;
  padding-top: 4px;
}

#main .div.enumeration > div.section > div.contents {
  padding-bottom: 4px;
  line-height:    140%;
}

/* Code snippets */

.literal {
  font-family: monospace;
  white-space: pre-wrap;
}
