<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer#footer a.icxlegal{
	background:url("../img/footerLogo.png") 0 0 no-repeat;
	display:block;
	width:131px;
	height:25px;
	position:absolute;
	right:15px;
	bottom:43px;
}

.warning_box {
	position: fixed;
	top:0;
	left:0;
	/*
	width: 100px;
	height: 20px;
	*/
	padding: 6px 10px;
	z-index: 10000;
	border: 2px dashed black;
	text-align: center;
	vertical-align: middle;
	opacity: 0.8;
	font-weight: bold;
}

#warning_DEV {
	background-color: red;
}

#warning_QA {
	background-color: blue;
	color: black;
}

#warning_STAGE {
	background-color: #d86303;
	color: black;
}</pre></body></html>