/* .modal-content {
	max-height: 70vh;
	min-height: 600px;
	max-width: 90vh;
	min-width: 300px;
} */

#resultModal-dialog {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
}

#graphImageArea {
	max-height: 60vh;
	max-width: 90vw;
	display: flex;
	justify-content: center;
}

#resultModal img {
	margin: 20px;
	max-width: 90%;
	object-fit: scale-down;
}
