<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#footerMenu1 {
	position: relative;
	bottom: 0;
	left: 0;
	width:65px;
	text-align:left;	
	margin:0 0 0 18px; 
	padding:0;	
}
#footerMenu2 {
	position: relative;
	bottom: 0;
	left: 0;
	width:65px;
	text-align:left;
	margin:0 0 0 18px; 
	padding:0;	
}
#footerMenu3 {
	position: relative;
	bottom: 0;
	left: 0;
	width:80px;
	text-align:left;
	margin:0 0 0 18px;
	padding:0;
}
.trigger {
	position: absolute;
}

/* Bubble pop-up */
#tooltipPadding{
	padding:20px;
	background-color:#5e6164;
}
.popup {
	position: absolute;
	display: none;
	z-index: 50;
	width:180px;
    margin-top: -27px;
	padding:0;
	border-collapse: collapse;
}

.popup table.popup-contents {
	display:block;
	line-height:14px;
	font-size: 1em;
	background-color:#5e6164;
	color: #ffffff;
}
#popupPadding{
	background-color: #5e6164;
	display:block; 
	float:left;
	width:180px;
	padding:0;
	margin:0;
	border:0;	
}
#popupFooter{
	display:block; 
	float:left;
	width:160px;
	padding:0;
	margin:0;
	border:0;	
	height:15px;
}
.popupFooterImg{
	display:block;
	float:left;
	width:100px;
	padding:0;
	margin:0;
	border:0;
	height:15px;	
}

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