<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {
	height:170px; 
	width:600px; 
	color:#000000; 
	background-color:#ffffff; 
	border:1px solid #eeeeee; 
	padding:13px; 
	font-family: Verdana;
	text-align: justify;
}

#simplemodal-container .simplemodal-data {padding:8px;}

#simplemodal-container a.modalCloseImg {
	background:url(../img/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-16px;
	cursor:pointer;
}</pre></body></html>