html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#map {
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
    box-shadow: 0 0px 22px rgba(0,0,0,0.16), 0 2px 6px rgba(0,0,0,0.23);
}

.bold {
	font-weight: bold;
}

.owm-layercontrol-header {
	font-size: larger;
	font-weight: bold;
	display: block;
	position: relative;
}

