<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Container DIV - automatically generated */
.simply-scroll-container { 
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 100%;
	height: 20px;
	background-color: #BDD357;
	color: #303A00;
	padding: 1px 0;
	font-size: 12px;
	font-family: Tahoma,Arial,Georgia,"Trebuchet MS",sans-serif;
	margin-top: 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: solid 1px #787878;
	z-index: 1024;
}
.simply-scroll a {
	color: #303A00;
}
.simply-scroll h3 {
	display: inline;
	font-weight: bold;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 20px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	height: 20px;
	background: url(../../images/arrow_1.png) left 2px no-repeat;
	padding-left: 12px;
	margin-top: 2px;
	margin-right: 30px;
	overflow:hidden;
	display:block;
	white-space: nowrap;
}
</pre></body></html>