/*Targets the parent container of the simple list items*/
.items_d115490db3bd455eb9401e226896b553 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/*Targets the child flex items*/
.items_d115490db3bd455eb9401e226896b553 > .item {
	display: flex;
	flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_f86b63ee88cf47dca4d0984e1f2bf811 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/*Targets the child flex items*/
.items_f86b63ee88cf47dca4d0984e1f2bf811 > .item {
	display: flex;
	flex-direction: column;
}