html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-size: small;
	background-color: #ffffff;
}

html, body, #map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

th, td {
    vertical-align: top;
    text-align: left;
}

#map {
    width: 100%;
    height: 100%;
}

#title {
	position:absolute;
	right:0.4em;
	top:0em;
	font-family: sans-serif;
    font-size: 15px;
	color: #edf7be;	
	-webkit-text-stroke: 1px red;	
	background-color: transparent;
	text-align: right;
	z-index:100000;
}

#title1 {
	position:absolute;
	right:0.4em;
	top:0em;
	font-family: sans-serif;
    font-size: 14.5px;
	color: #edf7be;	
	-webkit-text-stroke: 1px red;	
	background-color: transparent;
	text-align: right;
	z-index:100000;
}

#dis {
	position:absolute; 
	right:0.4em;
	bottom:0em;
	font-family: sans-serif;
    font-size: 10px;
	background-color: transparent;
	z-index:100000;
}

.ol-popup {
    display: none;
    position: absolute;
    background-color: white;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -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;   
    height: auto;
    width: auto;
    min-width: 100px;
    max-height:400px;
    overflow: auto;      
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "X";
}

.ol-attribution a {
    text-decoration: none;
    color: #666;
    font-family: sans-serif;
    font-size: 100%;
}

.layer-switcher .panel {
    //border: 4px solid rgba(0,60,136,.5) !important;
    //border-radius: 4px !important;
}

.layer-switcher {
    top: 3.5em;
    right: 0.5em;
    text-align: left;
}

#popup-content>ul>li:nth-child(even) {
    background-color: #eee;
}

#popup-content ul {
    list-style-type: none;
    padding-left: 0;
}

#popup-content li {
    margin-bottom:0.25em;
}

.ol-geocoder.gcd-gl-container {
    top: 100px!important;
    left: .5em!important;
    width: 2.1em!important;
    height: 2.1em!important;
}
.ol-geocoder .gcd-gl-container{
    width: 2.1em!important;
    height: 2.1em!important;
}
.ol-geocoder .gcd-gl-control{
    width: 2.1em!important;
}
.ol-geocoder .gcd-gl-expanded {
    width: 15.625em!important;
    height: 2.1875em;
}
.ol-touch .ol-geocoder.gcd-gl-container{
    top: 130px!important;
}
.ol-geocoder .gcd-gl-btn {
    width: 1.375em!important;
    height: 1.375em!important;
    top: .225em!important;
    background-image: none!important;
}
		
.search-layer {
	top: 135px;
	left: .5em;
}
.ol-touch .search-layer {
	top: 180px;
}

.ol-control button {
    background-color: #f8f8f8 !important;
    color: #000000 !important;
    border-radius: 0px !important;
}
.ol-zoom, .geolocate, .gcd-gl-control .ol-control {
    background-color: rgba(255,255,255,.4) !important;
    padding: 3px !important;
}
.ol-scale-line {
    background: none !important;
}
.ol-scale-line-inner {
    border: 2px solid #f8f8f8 !important;
    border-top: none !important;
    background: rgba(255, 255, 255, 0.5) !important;
    color: black !important;
}
		
.geolocate {
    top: 65px;
    left: .5em;
}
.ol-touch .geolocate {
    top: 80px;
}