<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> {
	display:flex;
	justify-content: space-evenly;
	margin:1rem 0 1rem 0;
	flex-wrap: wrap;
}

.alphabet &gt; a {
	display:inline-block;
	padding:..alphabet3rem;
	border:solid 1px #ccc;
	margin-bottom:1rem;
	flex-grow:2;
	margin:.1rem;
	text-align:center;
	border-radius:.3rem;
}

.alphabet &gt; a:hover {
	background:#333;
	color:#fff !important;
}

.alphabet &gt; a.active {
	background:#900;
	color:#fff;
}
</pre></body></html>