body {
    font-family: monospace;
    font-weight: bold;
}

#side-by-side {
    display: flex;
    div {
        margin: 30px;
        }
}

.sphere-details {
    display: flex;
}

#refresh-timer{
    font-size: 4px;
}

.sphere-center-props-display {
    display: flex;
}


#light-settings > #lights-list > div {
    display: flex;
    flex-wrap: wrap;
}

#light-settings > #lights-list > div > .slider-container {
    flex-grow: 1;
    width: 33%;
}