<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.options {
	border: 1px solid gray;
}

table.options td {
	border-left: none;
	border-right: none;
}

table.options td:first-child {
	border-left: 1px solid #ccc;
}

table.options td:last-child {
	border-right: 1px solid #ccc;
}

div.eqn_step {
	font-size: 1.1em;
	border: 1px solid gray;
	margin-bottom: 15px;
	padding: 10px;
}

span.eqn_t {
	background-color: #5bda91;
}

span.eqn_value {
	background-color: #80bee9;
}

span.eqn_modulo {
	background-color: #f1c40f;
}

span.eqn_other {
	background-color: #ee7f73;
}
</pre></body></html>