body {
	color:white;
	background-color:black;
	margin:1em auto;
	padding:0 0.75em;
	max-width:50em;
	font: 1.2em/1.62 monospace
}
body img{width:100%}
a{color:skyblue}
code{background-color:#202020;padding:0 0.5em;border-radius:0.5em;display:inline-block}

#content, pre {overflow:scroll}
.s,pre>hr{position:sticky;left:0px}

tr > td:not(:last-child){padding-right:1em}
tr > td:first-child { white-space: nowrap }
tr > td:last-child { white-space: nowrap }
pre { tab-size: 4 }
.line,.i,.d{text-decoration: none}
.i{color: lightgreen}
.d{color:salmon}

@media screen and (max-width: 35em) {header > span { display: block; float:none !important }}
