/* ----- BAKEHOUSE SETTINGS STYLES ----- */

#bhe-colstyle-select input {
	width: 46px;
	height: 46px;
	background-color: rgba(255,255,255,.2);
	margin: 3px;
	float: left;
	background-position: center center;
	background-size: 30px;
	background-repeat: no-repeat;
}
#bhe-colstyle-select input:checked {
	background-color: #CAF56B;
	box-shadow: none;
}
#bhe-colstyle-select .bhColsStyleGroup {
	display: block;
	width: 208px;
	margin-left: 0px;
	float: right;
}

#bhe-colstyle-select input.bh-cols-fifty { background-image: url('/fileadmin/templates/ext/bh_newsletter/elements/el-columns/settings-icons/cols2-6-6.svg'); }
#bhe-colstyle-select input.bh-cols-onethird { background-image: url('/fileadmin/templates/ext/bh_newsletter/elements/el-columns/settings-icons/cols2-3-9.svg'); }
#bhe-colstyle-select input.bh-cols-twothirds { background-image: url('/fileadmin/templates/ext/bh_newsletter/elements/el-columns/settings-icons/cols2-9-3.svg'); }