@import '../../../../pmp-material-theme-variables.scss';

.layout-container { 
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    height:$content-max-height-no-secondary-nav;
}
.column-layout { padding:16px 8px; flex: 1 1 auto; height:100%; box-sizing:border-box;
    &:first-child { padding-right:0px;
        display:flex;
        flex-direction:column;
        flex-wrap:wrap;
        > * { margin-left:8px; margin-right:8px; flex:1 1 0; }
    }
    &:last-child { padding-right:16px; }
}
