/* regular text */
body {
  font-size:12pt;
  max-width:60em;
}

/* mathematics */
.typeset {
  font-size:14pt;
}

/* code fragments */
code {
  font-family:monospace;
  font-size:12pt;
  padding-left:0.25em;
  padding-right:0.25em;
}

/* xforms selected item */
.xforms-repeat-selected-item-1 {
  background-color:transparent;
}