body {
	/*font-family: 'Carter One', cursive;*/
	font-family: Verdana, arial;
	font-size: 22px;
	
}

section#map {
	border: 1px #666 solid;
	border-bottom: 0;
	
	/* make the map full window size */
	width: 100%; 
	height: 100%; 
	position:fixed
}




section#logo {
	width: 90px;
	height: 90px;
	
	position: absolute;
	top: 10px;
	left: 10px;
	
	opacity: 0.7;
	
	border-radius: 10px;
	z-index: 1;
	background-color: #fff;
}




.ol-zoom {
	position: absolute;
	bottom: 80px;
	left: unset;
    right: 10px;
    top: unset;
}
.ol-attribution.ol-uncollapsible {
	height: 20px;
	border-radius: 0 5px 0 0;
}

.ol-attribution {
	left: 0;
	width: 140px;
	position: absolute;
	font-size: smaller;
    display: block;
    text-align: unset;
}
.ol-attribution a {
	font-size: 8px;
}

#attribution {
	position:absolute; 
    right:0; 
    bottom:0; 
    z-index:9000;
    background-color:#f1f1f1;
    padding: 2px 10px;
    opacity: 0.8;
    border-radius: 10px 0 0 0;
}
#attribution a {
	color: #E94B36;
	font-size: 16px;
}


#offline, #service_info, #loading {
	
	display: none;
	position: relative;
	z-index: 9997;
	margin: auto;
	
	background-color: white;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.4));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.4));
	
	opacity: 0.8;
	
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	
	min-height: 350px;
	width: 80%;
	max-width: 500px;
}

#offline .content {	
}
#offline .content h3 {
	font-size: 18px;
}
#offline .content p {
	font-size: 12px;
	margin-top: 40px;
}

#service_info {
	z-index: 9997;
	min-height: 200px;
}
#service_info h3 {
	font-size: 16px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px black dashed;
}
#service_info div.content {
	font-size: 14px;
}
#service_info div.content .footer {
	border-top: 1px black dashed;
	margin-top: 20px;
}

#loading {
	min-height: 20px;
	height: 40px;
	padding-top: 10px;
	font-size: 12px;
	width: 280px;
	position: absolute;
	left: 0;
	z-index: 9998;
}





/* popup styles */
.ol-popup {
	position: absolute;
	background-color: white;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 200px;
	
}
.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.ol-popup h3 {
	font-size: 14px;
	font-weight: bold;
}
.ol-popup p {
	font-size: 11px;
}
