<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">li.row.sticky{
	border-top-color:  red;
	border-bottom-color: red;
	background-color: #F06000;
}

li.row.sticky:hover {
	background-color: #ECD5D8;
}</pre></body></html>