<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#infobox {
	border: 10px solid #FFFFFF; 
	color: #FFFFFF !important;
	width: 280px;
	width: 40%;
	position: absolute;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}
#infobox img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
#infobox a {
	color: #FFFFFF !important;
}
#infobox h3 { 
	background-color: #FFFFFF; 
	color: #000000 !important;
	margin: 0px;
	padding-top: 5px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif !important;
	font-size: 14px !important;
	font-weight: bold !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#infobox h3 a {
	color: #000000 !important;
	text-decoration: underline;
	background: none !important;
}
#infobox p {
	padding: 4px;
	padding-bottom: 0px;
	/*overflow: hidden;
	text-overflow:ellipsis;*/
	color: #FFFFFF !important;
	/*background: none !important;*/
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif !important;
	font-size: small !important;
	margin-bottom: 0;
}/*
#infobox.current {
	background-color: #D36702 !important; 
}
#infobox.other {
	background-color: #669AC9 !important; 
}*/

#infobox p#close {
	width:22px;
	height:22px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(85%, -85%);
	transform:translate(85%, -85%);
	border-radius:1000px;
	background-color: #fff; !important;
	font-family:Arial, Sans-Serif;
	font-size:20px;
	text-align:center;
	line-height:100%;
}
#infobox p#close a {
	color: #000 !important;
}
#infobox p#close a:hover {
	text-decoration: none;
}

/*
#infobox .close {
	display: block;
	height: 14px;
	width: 14px;
	background-repeat:no-repeat;
	float: right;
	margin-right: 2px;
	margin-bottom: 0px;
}
.current .close {
	background-image:url(https://nl.tracesofwar.com/images/l/close_orange.jpg);
	opacity: 1;
}
.other .close {
	background-image:url(https://nl.tracesofwar.com/images/l/close_blue.jpg);
	opacity: 1;
}
#infobox .close span {
	display: none;
}*/</pre></body></html>