<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Regular text colour */
html,body,td,.pub-links a {
	color: #333;
}

/* Emphasis text colour */
.pub-links a:hover,.pub-title {
	color: black;
}

/* Page background colour */
html,.pub-links a,.tab-content-panel {
	background-color: #f7f5eb;
}

html {
	background-color: #323232;
}

/* Highlight panel border colour */
.pub-award,.pub-links a:hover,.error,.tab-content-panel blockquote {
	border-color: orange;
}

/* Highlight panel background colour */
.pub-award,.pub-links a:hover,.error,.tab-content-panel blockquote {
	background-color: #feb;
}

/* Main panel header background colour */
.page-content,.tab-content-panel h1,.tab-content-panel h2 {
	background-color: #afc6cf;
}

/* Main panel border colour */
.pub-year,.pub-year-group,.pub-list,.page,.page-content,.tab-bar,.title
	{
	border-color: #698f97;
}

/* Main panel background colour */
.pub-year-group {
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.tab-content-even .pub-year-group {
	background-image: url(tabs/images/even-title-bg.png);
}

.tab-content-odd .pub-year-group {
	background-image: url(tabs/images/odd-title-bg.png);
}

/* Alternate border colour, should be a shade of grey */
.pub,.pub-links a,.tab-content-panel img.screenshot,.graph-demo-container,.tab-content-panel h1,.tab-content-panel h2,.tab-content-panel h3,.tab-content-panel img.float-right
	{
	border-color: #aaa;
}</pre></body></html>