<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table { border-collapse: collapse; font-size: x-small; font-family: Lucida Grande; border: 1px solid #999; }
td, th { border-left: 1px solid #999; border-right: 1px solid #999; padding: 4px 8px; }
thead &gt; tr { background-color: #dde; }
tbody &gt; tr:nth-child(odd) { background-color: #eee; }
tbody &gt; tr:nth-child(even) { background-color: #ccc; }
td.allowed { color: green; }
td.closed { color: red; }
td.other { color: orange; }
</pre></body></html>