#style-switcher {
	background: rgb(20,20,20);
	color: rgb(255,255,255);
	position: fixed;
	top: 50%;
	right: -235px;
	margin-top: -200px;
	z-index: 9999;
	padding: 15px;
	width: 205px;
}

#style-switcher .close {
	position: absolute;
	top: 0;
	left: -40px;
	width: 40px;
	height: 28px;
	display:block;
	background: rgb(0,0,0);
	font-size: 13px;
	font-weight: 100;
	color: rgb(255,255,255);
	text-align: center;
	cursor: pointer;
}

#style-switcher .close {
	padding-top: 12px;
}

#style-switcher .close:hover {
	text-decoration: none;
}

#style-switcher .label {
	display: block;
	font-weight: 700;
	font-size: 11px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgb(50,50,50);
	margin-bottom: 10px;
}

.scheme-switcher li {
	float: left;
	margin-right: 10px;
	font-size: 11px;
	font-weight: 700;
}

.scheme-switcher li a {
	display: block;
	padding: 7px;
	border: 2px solid rgb(50,50,50);
}

.scheme-switcher li a.active {
	border-color: rgb(255,255,255);
}

.scheme-switcher a {
	color: inherit;
	cursor: pointer;
}

.color-switcher a:hover {
	text-decoration: none;
}

.color-label i {
	font-size: 20px;
	color: rgb(210,210,210);
	display: block;
	text-align: center;
	margin: 10px 0px;
}

.color-switcher li {
	margin: 2px;
	float: left;
	width: 25px;
	height: 20px;
}

.color-switcher a {
	display: block;
	width: 25px;
	height: 19px;
	cursor: pointer;
	text-align: center;
	font-family: "FontAwesome";
	font-weight: normal;
	font-size: 11px;
	color: rgb(255,255,255);
	padding-top: 6px;
}

.color-switcher a:hover:before{
	display:block;
	font-size: 11px;
	content: '\f067';
}

.color-switcher a.active:hover:before {
	content: "\f00c";
	font-size: 11px;
	padding: 0px;
}

.color-switcher .active:before {
	display: block;
	content:  "\f00c";
}

.color-switcher .orange  { background-color: rgb(255,132,0); }
.color-switcher .blue 		{ background-color: rgb(65,154,241); }
.color-switcher .green    { background-color: rgb(143,194,62); }
.color-switcher .red 		{ background-color: rgb(217,66,66); }
.color-switcher .violet 	{ background-color: rgb(150,91,200); }
.color-switcher .pink 		{ background-color: rgb(240,100,166); }
.color-switcher .yellow  { background-color:   rgb(255,186,0); }
.color-switcher .tan 		{ background-color:  rgb(196,149,94); }
.color-switcher .grey 		{ background-color:  rgb(140,140,140); }

.back-home i {
	font-size: 20px;
	color: rgb(210,210,210);
	display: block;
	text-align: center;
	margin: 10px 0px;
}

.back-home:hover i {
	color: rgb(30,30,30);
}