@charset 'UTF-8';
ul.topic { margin: 1.5rem 0; padding-left: 2rem; list-style: '\01f4ac\0000a0' }
ul.topic > li { margin-bottom: 1.5rem; }
ul.topic h3 { margin-top: 0; margin-bottom: 0.5rem; font-size: 1rem }
ul.topic .byline { margin-bottom: 0.5rem }
ul.topic .body { }
ul.topic blockquote { margin: 1rem 1rem; padding-left: 0.5rem; border-left: .2rem solid lightgrey }
ul.topic figure { margin: 1rem 1rem; padding-left: 0.5rem; border-left: .2rem solid lightgrey; text-align: unset }
ul.topic figure figcaption { font-style: italic; font-size: 90% }
ul.topic figure > blockquote { margin: 1rem 0; padding-left: 0; border-left: none }
ul.topic .edited { margin-top: 1em; font-style: italic; font-size: 90% }

table.index { margin: 0 1.5rem; width: calc(100% - 3rem); border-collapse: collapse }
table.index td { vertical-align: top; border-bottom: 1px solid #ddd; padding: 0.2rem }
table.index td:nth-of-type(2) { width: 35%; font-size: 90% }

span.user-name { font-weight: bold; }
span.archive-url { text-decoration: underline dotted; }
span.archive-url::before { content: '\01f517\0000a0'; }
span.archive-url[title]::after { content: ' (' attr(title) ')'; font-size: 80%; }
span.archive-img { text-decoration: underline dotted; display: inline-block; white-space: nowrap; overflow-x: hidden; text-overflow: ellipsis; max-width: 18em; }
span.archive-img::before { content: '\01f5bc\0000a0'; }
span.parse-err { font-family: monospace; color: red }
