/* CSS for dx-forms-layout library */
.dx-forms-layout-table {
	width: 100%;
}

.dx-forms-layout-columnar {
	width: 100%;
}

.dx-forms-layout-table .Caption {
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
	padding-top: 6px;
}
.dx-forms-layout-table .MinRowHeight {
	height: 25px;
}