<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#fixedbottombar_bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	text-align: center;
	height:64px;
	z-index: 100;
	color:black !important;
	background:transparent!important;
}
#fixedbottombar_box {
    margin: 0 auto;
    text-align: left;
    width: auto;
}
.fixedbottombar_title_bar {
	clear: both;
	height: 28px;
}
.fixedbottombar_title {
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0 0 5px;
}
#fixedbottombar_bar .fixedbottombar_title_bar .close {
	margin: 7px 5px 0 0;
	float: right;
	width: 14px;
	height: 14px;
	font-size: 1px;
}
#fixedbottombar_bar .fixedbottombar_title_bar .close a {
	background:rgba(0, 0, 0, 0) url(../images/toolbar-close.png) no-repeat left top;
	width: 14px;
	height: 14px;
	display: block;
	text-decoration: none;
	opacity:1;
}
.close {opacity:1;}
#fixedbottombar_bar .fixedbottombar_title_bar .close a:hover {
	text-decoration: none;
}
#fixedbottombar_main {
	clear: both;
	background-color: #f7f9f8;
	border:0;
}
.padding{ padding:2px 1px 1px 1px;}
/* (END) Footer Bar */
</pre></body></html>