
.fullColumn.fixedHeight {
	max-height: 100%;
}

body[name='closed'] .fullColumn.fixedHeight {
	height: auto;
}

body[name='closed'] main[data-doc] {
	display: none;
}

.fullColumn.fixedHeight section.widget.transparent {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	align-items: stretch;
	flex-wrap: nowrap;
}


section.widget div.fullColumn > div.row {
	padding-right: 0;
}

section.widget div.row div.fullColumn {
	padding-right: 0;
}

