+ .columned .h2:not(:only-child) pre { width: 25em }
+}
+
+.columned .h2:first-of-type pre {
+ line-height: 1;
+}
+
+blockquote, p { max-width: 45em }
+pre { max-width: 55em }
+blockquote {
+ border-left: 4px solid #ccc;
+ padding-left: 10px;
+}
+
+h1, h2, h3 { font-weight: normal }
+br { display: none }