



.image_frame_element {
	padding: 0.6em;
	min-width:150px; 
	border-radius: 3px;
	width:100%;
	background-color: white;
	display: flex; 
	
	flex-direction: row;
	font-weight:normal;

	flex-wrap: wrap;
}

.image_box_element {
	float:left;
	font-style:italic;
	font-size:0.8em;
	margin: 0.5em;
	flex-grow: 0;
	cursor: pointer;
	text-align:center;
	border:solid 1px darkblue; border-radius:5px; background-color:lavender;
}


.image_frame_result {
	min-width:150px; 
	border-radius: 3px;
	width:100%;
	display: flex; 
	flex-direction: row;
	font-weight:normal;
	flex-wrap: wrap;
	
}

.image_box_result {
	float:left;
	font-style:italic;
	font-size:0.8em;
	padding:0.3em;
	margin: 0.5em;
	flex-grow: 0;
	flex-shrink:1;
	cursor: pointer;
	text-align:center;
	border:solid 1.5px darkblue; border-radius:5px; background-color:lavender;
}



.image_frame_upload {
	display: flex;
	flex-direction: row;
	font-weight:normal;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.image_box_upload  {
	display: flex;
	padding: 0.5em;
	margin:0.5em;
	flex-grow: 0;
	text-align: center;
	vertical-align:middle;
	border:solid 1px darkblue; border-radius:5px; background-color:lavender;
}


.image_box_element img {
	max-width: 150px;
	max-height: 150px;
	cursor:pointer;
}.image_box_result img {
	max-width: 150px;
	max-height: 150px;
	cursor:pointer;
}


.image_order {
	
	display: inline-block;
	
	
}