html, body {
	width: 100%;
	height: 100%;
}
html {
	overflow: hidden
}
body {
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, sans-serif;
}
#map, #septimap {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}


.widget-container, .widget-map {
	height: 100% !important;
	width: 100% !important;
}

#menucontent {
	font-size: 0.8em;
}

.pano {
	width: 100%;
	border: 5px solid black;
}

#menu {
	width: 210px;
	border: 3px solid black;
	padding: 4px;
	position: absolute;
	top: 70px;
	right: 10px;
	background-color: white;
	z-index: 9999;
	border-radius: 7px;
}

#adwindow {
	width: 210px;
	border: 3px solid black;
	padding: 2px;
	position: absolute;
	top: 40px;
	right: 450px;
	background-color: white;
	z-index: 9999;
	display: none;
}

#helpinfo {
	border-radius: 7px;
	width: 210px;
	border: 3px solid black;
	padding: 2px;
	position: absolute;
	top: 50px;
	right: 250px;
	background-color: white;
	z-index: 9999;
	display: none;
}

#routewindow {
	border-radius: 7px;
	width: 350px;
	border: 3px solid black;
	padding: 2px;
	position: absolute;
	top: 40px;
	right: 250px;
	z-index: 9998;
	display: none;
	background-color: white;
}

#routedetails {
	display: none;
	height: 450px;
	overflow: auto;
}

#resultbox {
	font-size: 0.8em;
}

form, form#lookup {
	margin: 0px;
	padding: 0px;
}

input#address, input#daddress {
	width: 195px;
}

input#zip, input#dzip {
	width: 165px;
}

h1 {
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 20px;
	margin: 1px;
	padding: 1px;
}

p, td {
	font-size: 0.8em;
}

table.coordinates {
	margin: 0px;
	font-size: 1em;
}

table#routeinput {
	display:none;
}

td.lefttext {
	width: 60px;
}

xtr#routeinputtext, xtr#routeinputaddress, xtr#routeinputzip {
	display: none;
}

span.coordinateflip {
	cursor: pointer;
}

.topicon {
	float: right;
	border: 1px solid black;
}

#adsense {
	text-align: center;
	margin-top: 10px;
}

#erik {
	border: 1px solid #77f;
	text-align: center;
	margin-top: 10px;
	padding: 5px;

}

li {
	margin-left: -10px;
}

div.bubbletext {
	font-size: 1em;
}			

.bubblelink {
	text-align: right;
}

#getClosestHTML {
	margin: 0; padding: 0
}

img.featureicon {
	border: 0;
}

.smileyicon {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
.favouriteEntry {
	font-size: 0.8em;
	padding: 2px;
	background-color: white;
}
.favouriteHeader {
	font-weight: bold;
	padding: 2px;
	background-color: white;
}
#favouriteStar {
	display: none;
}

.nearestlabel {
	color: #999;
	font-style: italic;
}

#tempNotice {
	display: none;
	position: absolute;
	padding: 5px;
	width: 800px;
	bottom: 50px;
	left: 100px;
	margin: auto;
	font-family: 'Sintony', sans-serif;
	font-size: 1.5em;
	background-color: #6bf;
	text-align: center;
	border: 3px solid black;
	border-radius: 15px;
	z-index: 9001;
}

.mapboxgl-popup-content {
	min-width: 200px;
	font-family: Roboto, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	border-radius: 10px;
	border-color: rgb(204, 204, 204);
	border-width: 1px;
	border-style: solid;
}


#layermenu {
	margin: 10px;
	position: absolute;
	cursor: pointer;
	left: 0px;
	top: 0px;
}

.layerselect {
	position: relative;
	cursor: pointer;
	float: left;
	background: #fff;
	padding: 17px 17px 0px 17px;
	height: 40px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	background-clip: padding-box;
	min-width: 34px;
	font-weight: 600;
	outline: currentcolor none medium;
	color: #999;
	z-index: 9100;
}

.layerselect:hover {
	background-color: #ddd;
}

.layerselect:active {
	background-color: #fff;
}

.layerselect label {
	display: block;
	vertical-align: middle;
}

#layermenu input[type="radio"] {
	display: none;
}

#layermenu input[type="radio"]:checked+label {
	color: #000;
}

