<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.collapseomatic {
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	/*background-position: right 10px top;*/
	/*padding: 0 0 10px 16px;*/
	cursor: pointer;
	font-size:16px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom:0px;
	padding:0px;
	display:block;
	
}
.arrowright {
	background-position: top right;
	padding: 0 16px 5px 0;
}
.noarrow {
	background-image: none !important;
	padding: 0 0 10px 0;
}
.colomat-hover {
	/*text-decoration: underline;*/
	
}
.colomat-close {
	background-image: url(images/arrow-up.png);
}
.collapseomatic_excerpt, .collapseomatic_content {
	margin-top: 5px;
	/*margin-left: 16px;*/
	padding: 0px;
	line-height:18px;
	
}
.content_collapse_wrapper {
	position: absolute; left: -999em;
}
.collapseall, .expandall {
	cursor: pointer;
}
.collapseall:hover, .expandall:hover {
	text-decoration: underline;
}
.maptastic {
    position: absolute !important;
	left: -10000px !important;
	display:block !important;
}
.collapse-item{	
	border-bottom: 2px dotted #eee;
	
	margin-top: 15px;
	min-height: 40px;
	padding-bottom: 15px;
	/*width:620px;*/

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