/* Stylechanger css
-------------------*/

.stylechanger {
	float: none;
	top: -1px;
	margin-left: 0;
	font-size: 0.9em;
}

.stylechanger.badge {
	padding: 0 0 0 4px;
}

.stylechanger.badge .fa-fw {
	color: inherit;
}

.stylechanger-img {
	background-image: url("./images/img_c.png");
	background-position: 3px 1px;
	width: 16px;
	height: 16px;
	background-size: 14px;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.stylechanger-font-icon {
	font-size: 13px;
	vertical-align: sub;
}

.stylechanger-font-icon.icon:before {
	padding-right: 0;
}

select[name="stylechanger"] {
	padding-left: 4px;
	border-radius: 3px;
}
