/* ====================== flexx.ui.widgets._group =======================*/

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





    .flx-GroupWidget {
        margin: 0;
        padding: 5px;
        border: 2px solid #ccc;
        border-radius: 3px;
    }
    .flx-GroupWidget > .flx-Layout {
        width: calc(100% - 10px);
        height: calc(100% - 25px);
    }

    