.lsgeoscoutMap {
	width: 100%;
	height: 32em;

}

.labelsU {
     color: red;
     background-color: white;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 9px;
     font-weight: bold;
     text-align: center;
     width: 36px;
     border: 2px solid black;
     white-space: nowrap;
   }
.labelsC {
     color: red;
     background-color: white;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 9px;
     font-weight: bold;
     text-align: center;
     width: 42px;
     border: 2px solid black;
     white-space: nowrap;
   }

#slider {
	margin:1em 1.2em 1em .2em;
	width: 20em;
}


.dtLike {
	font-weight: bold;
	color: #3c4641;
}
#removeOverlay{
	display: none;
	cursor: pointer;
}



#message {
	position:absolute;
	padding:.3em;
	background:#fff;
	color:#000;
	min-width:280px;
	-moz-box-shadow: 3px 3px 4px #8f8f8f;
	-webkit-box-shadow: 3px 3px 4px #8f8f8f;
	box-shadow: 3px 3px 4px #8f8f8f;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: .9em;
}

#message .innerInfos {

}



