.fancyButton:after {
    height: 214px !important;
    background: radial-gradient(
        circle,
        rgba(255, 255, 153, 0.7) 0%,     /* Soft yellow center */
        rgba(255, 255, 0, 0.5) 25%,       /* Bright yellow mid */
        rgba(255, 255, 0, 0.3) 40%,       /* Faded edge 50->40*/
        rgba(255, 255, 0, 0) 70%          /* Fully transparent outer */
    ) !important;
    pointer-events: none;
    z-index: -1;
    border-radius: 50%;
}

.fancyButton, .fancyButton:link, .fancyButton:visited, .fancyButton:hover {
    background-image: url("https://netboot.delutis.org/mike_lightbulb.png") !important;
}

.fancyButton54.fancyButton .text {
    background-image: url("https://netboot.delutis.org/start_stop_icon.svg") !important;
}

.fancyButton .text {
    /* The bulbs look too empty without an icon (fmr. background-image: none !important;) */
    background-size: 60px 60px /* This needs to be a static value to prevent the icons from growing (fmr. 25%) */;
}

#gbsContainerTS {
    padding-top: 1em;
}