#style-switcher {
	background: rgb(255,255,255);
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -280px;
	z-index: 9999;
}

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

.color-switcher li {
	margin: 5px;
}

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

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

.color-switcher a.active:hover:before {
	content: "\f00c";
	font-size: 15px;
	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);
}