<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.peepso-markdown ol,
.peepso-markdown ul {
	padding-left: 2em !important;
	padding-bottom: 1em !important;
}

.peepso-markdown ol &gt; li {
	list-style-type: decimal !important;
}

.peepso-markdown ul &gt; li {
	list-style-type: disc !important;
}

.peepso-markdown em {
	font-style: italic !important;
}

.peepso-markdown strong {
	font-weight: bold !important;
}

.peepso-markdown code {
	background-color: #eee;
	color: #888;
	display: inline !important;
	padding: 5px 5px 3px;
	white-space: break-spaces;
}

.peepso-markdown code,
.peepso-markdown code * {
	font-family: 'Lucida Console', 'Courier New', Courier, monospace !important;
}

.peepso-markdown pre &gt; code {
	display: block !important;
}

.peepso-markdown blockquote br,
.peepso-markdown blockquote &gt; p &gt; br {
	display: block !important;
}

.ps-comment .peepso-markdown {
	display: inline;
}
</pre></body></html>