.toggle-modern {
	width:50px;
	height:50px;
	position: fixed;
	top  : -moz-calc(50% - 50px/2);
	top  : -webkit-calc(50% - 50px/2);
	top  : -o-calc(50% - 50px/2);
	top  : -ms-calc(50% - 50px/2);
	top:50%;
	right: 0px;
	opacity:0.7;
	z-index: 99999;
	display: none;
}
.toggle-modern .toggle-slide {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
}
.toggle-modern .toggle-on,
.toggle-modern .toggle-off {
	color: white;
	font-size: 16px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.toggle-modern .toggle-select .toggle-off,
.toggle-modern .toggle-select .toggle-on {
	background: none;
}
.toggle-modern .toggle-off,
.toggle-modern .toggle-off.active {
	background-color: #c49872;
	background-image: url("/images/catpawb.png");
}
.toggle-modern .toggle-on,
.toggle-modern .toggle-on.active {
	background-color: #ffb9c6;
	background-image: url("/images/catpawp.png");
}
.toggle-modern .toggle-blob {
}
.toggle-modern .toggle-blob:hover {
}
