table.primer { border-collapse: collapse; }
table.primer td { text-align: center; width: 30pt; height: 30pt; border: thin black solid; padding: 0pt; margin: 0pt; }
.mathFont { font-family: serif; }
.rw { font-weight: bold; background-color: rgb(236, 236, 255); }
.cmt { font-style: italic; background-color: rgb(230, 255, 230); color: rgb(64, 64, 64); }
pre.code { background-color: rgb(255, 255, 226); }
.d2 { padding-right: 0.7pt; }

.olWithParens { list-style-type: decimal; list-style: none; counter-reset: steps;
	padding-left: 0pt; }
.olWithParens li { counter-increment: steps; margin-left: 0pt; padding-left: 1.5em; text-indent: -1.5em; }
.olWithParens li::before { content: "(" counter(steps) ")"; margin-right: 0.0em; }
