<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.style-switcher {
	width: 250px;
	position: fixed;
	top: 140px;
	padding: 14px;
	right: -250px;
	background: white;
	border: 1px solid #CCC;
	z-index: 999;
}
.style-section-skin p {
	margin-bottom: 0;
}
.switcher-header {
	color: #4d4d4d;	
	margin-bottom: 7px;
	font-size: 1.1em;
}
.style-section {
	margin-bottom: 10px;
}
.style-switcher ul {
	margin-bottom: 10px;
	padding-left: 0;
}
.style-switcher li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 10px 5px 10px;
}
.style-switcher li a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	border: 2px solid transparent;
}
.style-switcher li a:hover,
.style-switcher li a:focus {
	border: 2px solid #fff;
	outline: none;
}
.style-switcher li a.slategray {
	background: #708090;
}
.style-switcher li a.darkblue {
	background: #1e6887;
}
.style-switcher li a.darkbrown {
	background: #512222;
}
.style-switcher li a.orange {
	background: #ee9109;
}
.style-switcher li a.red {
	background: #ab1d1d;
}
.style-switcher li a.lightgreen {
	background: #bcbf23;
}
.style-switcher li a.teal {
	background: #084951;
}
.style-switcher li a.yellow {
	background: #dcad2a;
}
/* button switch style */
.switch-skin-full {
	width: 100%;
	margin-bottom: 10px;
	border: none;
	padding: 8px;
	font-size: 1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.switch-skin-full.selected:before {
	content:'\221A';
	margin-right: 5px;
}
.switch-skin-full.fulldark {
	background: #304A54;
	color: #fff;
}
.switch-skin-full.fulldark:hover,
.switch-skin-full.fulldark:focus {
	background: #3A5762;
}
.switch-skin-full.fullbright {
	background: #fff;
	color: #646464;
	border: 1px solid #646464;
}
.switch-skin-full.fullbright:hover,
.switch-skin-full.fullbright:focus {
	background: #f2f2f2;
}
</pre></body></html>