<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { margin: 0; padding: 0; }



/* ================ STACK #2 ================ */
.stack2 { position: relative; z-index: 19;left:14; }
.stack2 &gt; img { position: relative; cursor: pointer; padding-bottom: 35px; z-index: 19;
	top: 0px;
	left: 0px;
}
.stack2 ul { list-style: none; position: absolute; top: 7px; cursor: pointer; z-index: 18; }
.stack2 ul li { position: absolute; }
.stack2 ul li img { border: 0; }
.stack2 ul li span { display: none; z-index:17; }
.stack2 .openStack li span { 
	font-family:  Lucida, Verdana, sans-serif;
	font-size:14px;
	display:block;
	height: 40px;
	width:200px;
	position:absolute;
	top: 25px;
	left:70px;
	line-height: 18px;
	border: 0;
	background-color:#66CC99;
	padding: 3px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #194719;
	text-align: left;
	/*text-shadow: #000 1px 1px 1px;
	opacity: .85;
	-moz-filter:opacity: .85;
	filter: alpha(opacity = 85);
	*/
	z-index:16;
	cursor:pointer;
	
}
.stack2 .openStack li span p.font-eng{ font-size:small;} 
/* IE Fixes */
.stack2 { _position: relative; _z-index: 19; _left:14;  }
.stack2 ul { _z-index:3; _top:-15px; }
.stack2 ul li { *right:5px; }</pre></body></html>