/*registration*/
.box_rule_body.rule_auto{
    height: auto;
    overflow-y: auto;
}

.flex_table .flex_table_list {
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 1px;
	align-items: stretch;
}
