<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scalebar {
	position: absolute;
	bottom: 40px;
	right: 150px;
/* 	_position:absolute; */
	width: 120px;
	height: 50px;
/* 	border: 2px solid green; */
	background: #eeeeee;
	padding: 10px;
	z-index: 300;
	background-color:rgba(0,0,0,0);
	pointer-events: none;
}

.scalebartext {
	display: inline-block;
	width: 100px;
	text-align: center;
	pointer-events: none;
	color:#eee;
}

.scalebarline {
	width: 100px;
	height: 2px;
	border: 1px solid red;
}

.scalebarline_end1 {
	position: absolute;
	bottom:21px;
	width: 1px;
	height: 8px;
	border: 1px solid red;
}

.scalebarline_end2 {
	position: absolute;
	right: 10px;
	bottom:21px;
	width: 1px;
	height: 8px;
	border: 1px solid red;
}

.lonlatbar {
	position: fixed;
	bottom: 0;
	right: 0;
	_position:absolute;
/*	width: 250px;*/
	height: 35px;
/* 	border: 2px solid green; */
	background: #eeeeee;
	padding: 4px 15px;
	z-index: 300;
	background-color:rgba(0,0,0,0);
	pointer-events: none;
}

.lonlatbartext {
	display: inline-block;
/*	width: 100px;*/
	text-align: center;
	pointer-events: none;
	color:#eee;
}
</pre></body></html>