.mw-rcfilters-ui {
	&-table {
		display: table;
		width: 100%;

		&-placeholder {
			width: 100%;
		}
	}

	&-row {
		display: table-row;
	}

	&-cell {
		display: table-cell;
		vertical-align: top;
	}
}
