.col.col>span.resize {
    display: none;
    position: relative
}

.widgetSpacer.adminWrap {
    height: 100%
}

.cpGrid .row.wide {
    align-items: stretch;
    display: flex;
    flex-grow: 0;
    flex-wrap: wrap
}

.cpGrid .row.wide.last {
    flex-grow: 1;
    min-height: 0%
}

.cpGrid .wide>.col {
    display: flex;
    flex: none;
    flex-direction: column
}

.cpGrid .autoWidths.right {
    justify-content: flex-end
}

.cpGrid .autoWidths.center {
    justify-content: center
}

.cpGrid1>.col1.col1 {
    width: 100%
}

.cpGrid .autoWidths.wide .col {
    max-width: 100%
}

body.wide .widgetRelatedDocuments .cpGrid2 .col {
    float: left
}

body.wide .widgetRelatedDocuments .cpGrid3 .col {
    float: left
}