+::selection {
+ color: #00f;
+ background-color: #e8e8e8;
+}
+
+@media only screen and (min-width: 500px) {
+ body {
+ overflow-x: auto;
+ }
+
+ .columned {
+ width: max-content;
+ }
+
+ .columned .h2:not(:only-child) {
+ float: left;
+ margin: 0 40px;
+ }
+
+ .columned .h2:not(:only-child) h2 {
+ width: 14.6em;
+ }
+
+ .columned .h2:not(:only-child) .h3,
+ .columned .h2:not(:only-child) li,
+ .columned .h2:not(:only-child) p {
+ width: 24em;
+ }
+
+ .columned .h2:not(:only-child) pre { width: 25em }
+}
+
+.columned .h2:first-of-type pre {
+ line-height: 1;
+}
+
+blockquote, p, article > div { max-width: 45em }
+pre { max-width: 55em }
+blockquote {
+ border-left: 4px solid #ccc;
+ padding-left: 10px;
+}
+
+br { display: none }