/* ======================= flexx.ui.layouts._grid =======================*/

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




    .flx-GridLayout {
        display: grid;
        justify-content: stretch;
        align-content: stretch;
        justify-items: stretch;
        align-items: stretch;
    }
    