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

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

#bhe-colstyle-select input.bh-cols-fifty {
    background-image: url("settings-icons/cols2-6-6.svg");
}
#bhe-colstyle-select input.bh-cols-onethird {
    background-image: url("settings-icons/cols2-3-9.svg");
}
#bhe-colstyle-select input.bh-cols-twothirds {
    background-image: url("settings-icons/cols2-9-3.svg");
}
