
#messageDialog_mult {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 399;
	background-color: rgba(0, 0, 0, 0.65);
}

#messageDialog_mult_panel {
	position: relative;
	top: 7%;
	left: 7%;
	width: 86%;
	height: 86%;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 4vw 2vw white;
}

#messageDialog_mult_panel_title {
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 3.5vh;
	font-weight: bold;
	padding: 1vh;
	color: white;
	text-align: center;
	height: 4vh;
	margin-bottom: 2vh;
}

#messageDialog_mult_panel_content_container {
	max-height: 12vh;
	min-height: 12vh;
	overflow: auto;
}

#messageDialog_mult_panel_pic {
	border: solid 1px white;
	position: relative;
	height: 15vh;
	margin: 2vh auto;
	display: block;
}

#messageDialog_mult_panel_content {
	position: relative;
	font-size: 5vw;
	margin-top: 1vh;
	margin-bottom: 1vh;
	color: #FFFFFF;
}

#messageDialog_mult_panel_choice_container {
	margin-top: 2vh;
	max-height: 25vh;
	overflow: auto;
}

.messageDialog_mult_panel_choice {
	display: block;
	background-color: rgba(66, 66, 66, 0.5);
	position: relative;
	text-align: center;
	margin: 2vh auto;
	width: 70%;
	box-shadow: 0px 0px 2vw 1vw white;

	font-size: 4vw;
	font-weight: bold;
	padding: 1vh;
	color: #FFFFFF;
}
