<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background:#fafafa;
	color: #808080;
}
h1,
h2,
h3 {
	color:#3c3c3c;
}
a {
	color:#3c3c3c;
}
a:hover {
	opacity:.8;
}
#cc-content-outer {
	min-height: 500px;
}
#cc-content-sub-outer {
	background: rgba(255,255,255,.5);
}
#cc-content-sub-inner {
	background:#c8c8c8;
	color:#fafafa;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	background:#808080;
	border:none;
	color:#fafafa;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, .3);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .3);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {	
	color:#fafafa;
	opacity:.9;
	border:none;
}
.group-sep {
	border-color: #808080;
}
.cc-divider {
	height: 1px;
	background: none;
	border-color:#808080;
}
#cc-branding-outer {
	min-height:10px;
}
/* Adding space for customer logo if they have one */
#idCustomerLogo { margin-bottom: 18px; }
/* test comment */</pre></body></html>