body {
    background-color: #e0e0e0;
    color: #003000;
    overflow: hidden;
    padding-top: 0px;
}
h2 {
    float: left;
    padding-top: 0px;
    margin-top: 10px;
}
select {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 12pt;
}
input {
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    font-size: 12pt;
}
img {
	width: 16px;
	height: 16px;
	margin-top: 14px;
}
a {
	color: white;
	margin-left: 40px;
}
p {
	margin-top: 13px;
	margin-right: 10px;
	font: 12pt sans-serif;
}
#header {
    position: absolute;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    top: 0px;
    left: 0px;
    font-size: 20pt;
    background-color: #004000;
    color: white;
    padding-left: 10px;
    padding-top: 10px;
}
#newHouseInput {
    width: 300px;
}
#locationTxt {
    width: 300px;
}
#locationMap {
    position: absolute;
    top: 40px;
    left: 0px;
	 right: 0px;
	 bottom: 0px;
	/* width: 100%;
	height: calc(100vh - 40px); */
}
#address {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}

#content {
	position: absolute;
	top: 40px;
	left: 0px;
	width: calc(100%);
	height: calc(100vh - 50px);
	margin: 50px;
}
#locbtn {
	background-color: #004000;
	background-image: url("navigation.png");
	width: 24px;
	height: 24px;
	border-style: none;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
}

#year-text {
	width: 60px;
	margin-top: 0px;
	font-size: 16pt;
	background-color: #004000;
	color: white;
	border: none;
}
#year-slider {
	width: 300px;
}
.header-text {
	width: 60px;
	margin-top: 0px;
	font-size: 16pt;
	background-color: #004000;
	color: white;
	border: none;
}

.count-text {
	width: 40px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12pt;
	background-color: #004000;
	color: white;
	border: none;
}

.count-box {
	display: flex;
	flex-direction: row;
	gap: 4px;
}

.map-control {
	background-color: white;
	opacity: 0.8;
	border: 2px solid black;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
	margin-top: 5px;
	margin-right: 20px;
	text-align: left;
}

.control-text {
	color: black;
	font-family: Roboto,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

.contextmenu {
	display: none;
	flex-direction: column;
	flex-wrap: wrap;
	height: auto;
	z-index: 1000;
}

.cmenuitem {
	background-color: #040;
	color: white;
	opacity: .7;
	padding: 0px 2px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
}


.gm-style div > img {position: absolute;}