OptionSlider
{
    width: 100%;
    height: 50px;

    align-items: center;
    justify-content: center;

    flex-direction: column;

    padding: 4px;

    SliderControl
    {
        flex-shrink: 0;
        width: 100%;
    }

    .cvar-title
    {
        font-size: 24px;
        width: 100%;
        height: 25px;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
    }
}