html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#map_canvas	{
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

.labels {
	color: black;
	background-color: #fafafa;
	font-family: Arial;
	font-size: 11px;
	text-align: center
}
a, img {
	border:none;
	outline:none
}
.label_own {
	color: black;
	background-color: #FEFEFE;
	font-family: Arial;
	font-size: 12px;
	font-weight:
	text-align: center;
	width: 160px;
	border: 1px solid black
}
#panel {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 9;
	background-color: #fff;
	padding: 0px;
	border: 0px solid #999;
}
input[type=button] {
	width:100px;
	height:30px;
	font-weight: bold;
}

#logo {
	position: absolute;
	bottom: 4%;
	left: 1%;
	#background-color: #fafafa;
	opacity: 0.9;
	z-index: 5;
	padding: 0px;
	border: 0px solid #999;
}
#logo2 {
	position: absolute;
	bottom: 0%;
	left: 45%;
	z-index: 4;
	opacity: 0.8;
	background-color: #fefefe;
	padding: 0px;
	border: 0px solid #999;
}

#logo3 { 
        position: absolute;
        bottom: 3%;
        right: 1%;
        #background-color: #fafafa;
        opacity: 0.9;
        z-index: 5;
        padding: 0px;
        border: 0px solid #999;
}

.dropbtn {
	position: absolute;
	top: 50px;
	left: 5px;
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

#styled-select select {
	width: 100px;
	height: 30px;
	text-indent: 15px;
}
