<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bridge_content {
	width: 100%;
	overflow: hidden;
	height: 200px;
	background: url(images/bridge_bg.png);
	margin-top: 10px;
	margin-bottom: 20px;
	display: none;
	position: relative;
	box-shadow: black 0px 0px 2px;

}

#bridge_content #content {
	display: none;
	width: 95%;
	position: absolute;
	margin-left: 20px;
}

#content img {
	position: relative;
	box-shadow: black 0px 1px 1px;
	opacity: 0.8;
}

#spinner {
	width: 100%;
	text-align: center;
	height: 16px;
	margin: 90px auto;
	color: white;
	font-family: Arial;
	text-shadow: black 0px 1px 1px;
	display: none;
}

#gfx_spinner {
	width: 16px;
	height: 16px;
	background: url(images/spinner.gif) left no-repeat;
}

#sorry {
	width: 100%;
	text-align: center;
	margin-top: 90px;
	text-shadow: black 0px 1px 1px;
	color: white;
	font-family: Arial;
}

.img_element {
	position: absolute;
	text-align: center;
	float: left;
	width: 145px;
	padding: 5px;
	background: url(images/single_bg.png);
	border: 1px solid #222;
}

#bridge_title{
	display: none;
}</pre></body></html>