div.note h3 { font-size:small; font-style:italic; font-variant: small-caps; }
div.note h3:after { content: ":" }
div.note { margin-bottom: 5px; }
-strong.command { font-family: monospace; font-weight: normal; }
+.command { font-family: monospace; font-weight: normal; }
+.command strong { font-weight: normal; }
tr { vertical-align: top; }
+.comment { color:#707070; }