#edit-shape label {
    width: 120px;
    padding-top: 320px;
    border: none;
    background-image: url('../../../themes/hello_v3/images/beachflag/format.png');
    background-repeat: no-repeat;
    background-position-x: 20px;
    cursor: pointer;
}

#edit-shape label[for="edit-shape-concave"] {
    background-position-x: -267px;
}

#edit-shape label[for="edit-shape-angled"] {
    background-position-x: -564px;
}

#edit-shape label[for="edit-shape-convex"] {
    background-position-x: -857px;
}

#edit-shape label[for="edit-shape-drop"] {
    background-position-x: -1154px;
}

#edit-shape label[for="edit-shape-square"] {
    background-position-x: -1433px;
}

#edit-shape label:hover, #edit-shape label.checked, #edit-tunnel label:hover, #edit-tunnel label.checked {
    background-color: transparent;
    font-weight: bold;
    color: black;
}

#edit-tunnel label {
    width: 145px;
    padding-top: 138px;
    border: none;
    background-image: url('../../../themes/hello_v3/images/beachflag/tunnel.png');
    background-repeat: no-repeat;
    background-position-x: 1px;
    cursor: pointer;
}

#edit-tunnel label[for="edit-tunnel-white"] {
    background-position-x: -358px;
}

fieldset.accessories .panel-body .title {
    white-space: nowrap;
}

#helloprinting-beach-flag-form #edit-deliveries .panel-body .form-radios .form-item.radio {
    float: none;
}
