html, body { 
	height: 100%; 
	margin: 0; 
	padding: 0;
	position: relative;
}

div.content {
	height: 100%;
	width: 100%;
}

div#side {
	height: 100%;
}

div#map {
	height: 100%;
}

div#floatingInfoWindow {
	border: 2px solid black;
	padding: 5px;
	position: absolute;
	z-index: 1000;
}

div#floatingInfoWindow > p {
	line-height: 1em;
	margin: 0;
}

div#floatingInfoWindow span.direction {
	font-weight: bold;
}

div#param-box {
	background-color: white;
	border: 1px solid black;
	bottom: 25px;
	height: 40px;
	padding: 10px;
	position: absolute;
	right: 60px;
}

div#alerts_leftpane {
	overflow: auto;
	max-height: 99%
}

img.circle {
	margin-top: 5px !important;
}

img.danger  {
	background-color: rgba(255,0,0,0.2) !important;
}

img.warning  {
	background-color: rgba(255,165,0,0.2) !important;
}
