/* ====================== flexx.ui.layouts._stack =======================*/

/* Autogenerated code from Flexx. Code Subject to the BSD-2-clause license. */




        .flx-StackLayout > .flx-Widget {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
        }
        .flx-StackLayout > .flx-Widget:not(.flx-current) {
            display: none;
        }
    