<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#style-options{
	background-color: #F7F6F5;
	position: fixed;
	width: 190px;
	height: auto;
	padding: 10px 10px 15px 15px;
	top: 150px;
	left: -190px;
    z-index: 9996;
    text-align: left;
	min-height: 200px;
	border-bottom-right-radius:5px;
	border: solid 1px rgba(0,0,0,.1);
	transition: all .5s;
}

#style-options ul{
	padding-left: 0;
}

.show-options{
	left: 0 !important;
}

#style-options h2{
	color: #000;
	padding: 10px 0;
	border-top: 1px solid #dbdbdb;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #dbdbdb;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.switcher-button{
	background-color: #F7F6F5;
	color: #666;
	display: block;
	padding: 10px;
	top: -1px;
	position: absolute;
	right: -46px;
	text-align: center;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border: solid 1px rgba(0,0,0,.1);
	border-left: none;
}
.switcher-button i{
	color: #666;
	font-size: 30px;
} 
.switcher-button:hover{
	color: #666;	
}

.options .colors li{
	float: left;
	margin: 0 5px 5px 0;
}
.options .colors li a{
	display: block;
	width: 35px;
	height: 35px;
}


.options .colors li a.blue{
	background-color: #26b6cb;
}
.options .colors li a.green{
	background-color: #27bea3;
}
.options .colors li a.yellow{
	background-color: #eeaf4b;
}
.options .colors li a.orange{
	background-color: #f46464;
}
.options .colors li a.orange2{
	background-color: #ed7161;
}
.options .colors li a.blue2{
	background-color: #40a9e0;
}




.links li{
	padding: 5px 0;
}
.links li a{
	color: #bbb;
	font-size: 14px;
}

.links li a:hover, .links li .active{
	color: #3ea3e9;
}

</pre></body></html>