<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.popup-container {
	position:relative;
	display: none;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	min-width: 300px;
	max-width: 55%;
	min-height: 15vh;
	margin: 15vh auto;
	z-index: 100;
	font-size: 1.2em !important;
	border: solid rgba(230, 228, 228, 0.80) 2px;
	border-radius: 10px;
	box-shadow: 0 15px 30px -10px;
	background-color: #ffffff;
	padding: 10px 5px 15px 10px;
}


.popup-container .toprightlink {
	position:absolute;
	top: 5px;
	right: 5px;
	margin: 5px;
	font-size: 10pt;

}</pre></body></html>