html, body {
	margin: 0;
	padding: 0;
	height: 100%;
    min-height: 100%;
}

header {
	padding: 5px;
}
header h1 {
	/* float: left; */
	margin: 0;
	padding: 0;
}
header #weather {
/*	float: right; */
}
header:after {
/*	content: '';
	clear: both; */
}

#search_form {
	position: absolute;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	top: 0px;
	left: 0px;
	z-index: 5;
}
#address {
	padding: 8px 12px;
	box-sizing: border-box;
	width: 100%;
	font-size: 15px;
	border: 1px solid #39f;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 4px 15px -5px rgba(0,0,0,0.0);
	background: #fff url(../images/search.svg) no-repeat;
	background-size: 20px;
	background-position: right 8px center;
	fill: #ccc;
}

#google_map {
	/*clear: both;*/
    /*position: relative;*/
    /*height: 100%;*/
    height: 100vh;
/*    height: -webkit-calc(100% - 64px);
    height: calc(100% - 64px);*/
}

footer {
	text-align:center;
    line-height: 24px;
}

.map_popupbox {
	/*width: 320px;*/
	line-height: 1.4;
}
.date {
	font-size: 100%;
}
.sitename {
	padding-top: 4px;
	font-size: 95%;
	color: #009900;
}
