.topheader{
	position:relative;
    height: 6%;
    width: 100%;
	border: 0px blue solid; 	
}
.map {
	position:absolute;
    height: 94%;
    width: 99%;
	border: 1px blue solid; 
} 
#geolabel {
	background-image:url('geo.gif');
	position:absolute;
	top:28%;
	left:120px;
	z-index:2;
	width:30px;
	height:30px;
	background-size:cover;
	border-radius:4px;
	cursor:pointer;
	display:none;
} 
#geobtn {
	position:absolute;
	top:28%;
	left:165px;
	z-index:2;
	height:30px;
	border-radius:4px;
	display:none;
}
#s_p {
	position: absolute;
	top:2%;
	left:100px;
}
.fon {
	font-size: 16px;
	font-weight: 500;
}

#layers {
	position:absolute;
	right:10px;
	margin-top: 10px;	
	z-index:2;
	background-color:rgba(0,60,136,0.5);
	color:#fff;
	padding:8x 12px;
	font-size:16px;
    border-radius:8px;
	list-style:none;	 
}
#layers > ul{
	list-style:none;
}
#layers > ul > li{
	padding: 5px 15px 5px 2px;
	margin-left:-35px;
}
#layers > ul > li::marker{
	font-size:15px;
	vertical-align:middle;
}  
.reg{
	position:absolute;
	right:5px;
	top:30%;
	cursor:pointer;
	font-size:14px;
	color:green;
	text-decoration:none;
}
.reg2{
	position:absolute;
	right:53px;
	top:30%;
	cursor:pointer;
	font-size:14px;
	color:green;
	text-decoration:none;
}
.proxy{
    color: rgb(255, 6, 201);
    font-size: 12px;
}
/* EES layer hint */
.ees-hint {
    display: none;
    margin-top: 8px;
    color: #c0392b; /* red-ish */
    background: #fff6f6; /* pale red background */
    border: 1px solid #f2c2c2;
    padding: 8px 10px;
    font-size: 13px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	/* allow long text to wrap and break gracefully */
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.ees-hint.small {
    font-size: 12px;
    padding: 6px 8px;
}

