/* On a variation, remove the ability to switch between "Overlay All Fields" and "Only Overlay Changed Fields" */
select[name="cms.overlay.replace"] ~ div:first-of-type {
    display: none;
}
