+ <style>
+ dl { border: 1px solid black; }
+ dt, dd { display: inline; }
+ dt:after { content:": " }
+ dd:after { content:"\A"; white-space:pre; }
+ dd ol { display: inline-block; margin: 0; vertical-align: top }
+
+ /* make the output display as a table */
+ dl { display: table; }
+ dl div { display: table-row; }
+ dt, dd { display: table-cell; }
+ </style>