.popup-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 40%;
}

.centered-popup-container {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
}

.centered-popup-panel {
    position: relative;
    margin: auto;
    width: 43rem;
    background-color: #3a4149;
    color: white;
    border: 1px solid;
    margin-top: 10rem;
    padding: 1rem;
	box-shadow: 0.3rem 1rem 1.5rem black;
}

#versionMismatchDetails {
	font-size: 0.7rem;
	margin-top: 1rem;
	color: #99a7b7;
}