<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* https://www.w3schools.com/howto/howto_css_breadcrumbs.asp */
#breadcrumb {
	position: absolute;
	top: 80px;
	left: -1335px;
}
#breadcrumb ul.breadcrumb {
	list-style: none;
}
#breadcrumb ul.breadcrumb li {
	display: inline;
}
#breadcrumb ul.breadcrumb li+li:before {
	padding: 8px;
	content: "&gt;";
}</pre></body></html>