.supremia-dialog {
	min-width:13em;
	min-height:7em;
	border:1px solid #DEDEDE;
	box-shadow:2px 2px 4px -1px rgba(0, 0, 0, 0.3)
}
.supremia-dialog .dialog-content-container {
	max-height:80vh;
	overflow:auto;
	margin-bottom:1em;
	word-break:break-word
}
.supremia-dialog .dialog-button-container {
	text-align:right
}
.supremia-dialog .dialog-button-container button {
	margin:0 0.3em
}
.supremia-overlay{
	z-index: 91;
	position: absolute;
	background-color: #e7e7e7;
	opacity: 0.5;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.supremia-overlay-text{
	z-index: 92;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	color: white;
	font-size: 1.6em;
	text-align: center;
}