f-div[direction="column"] {
	> f-document-viewer {
		flex: 1 1;
		max-height: 100%;
		width: 100%;
	}
}

f-div[direction="row"] {
	> f-document-viewer {
		flex: 1 1;
		max-width: 100%;
		height: 100%;
	}
}
