/*Targets the parent container of the simple list items*/
/*This is specific to the parent element which contains the simple list divs*/
.items_bc53e0aaf9f84cbcba9d97f90fa12695 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/*Targets the child flex items*/
.items_bc53e0aaf9f84cbcba9d97f90fa12695 > .item {
	display: flex;
	flex-direction: column;
}