#map {width: 600px; height: 750px;}
.leaflet-bar, .leaflet-control-layers {
	background: rgba(255, 255, 255, 1) none repeat scroll 0% 0%;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	border: 1px solid #DDD;
}
.leaflet-credits-control {
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
    border:solid 1px #ddd
    opacity:0.90;
    padding: 5px 10px 5px 10px;
    height: 20px;
    cursor:pointer;
}
.leaflet-credits-control div {
    font-size:8pt;
    color:#333333 !important;
    text-decoration:none;
    vertical-align: middle;
}
.leaflet-credits-control div img {
    vertical-align: middle;
}
.leaflet-credits-control div i {
    color:#578ccc !important;
    font-size: 18px;
}
.leaflet-credits-control div.leaflet-credits-hide {
    display:none;
}
.leaflet-credits-control div.leaflet-credits-show {
    display:inline-block;
}
.sidebar {
  height: 705px;
}
.sidebar div, .sidebar h1 {
	min-width: 110px !important;
	margin-bottom: 10px;
  background: rgba(255, 255, 255, 1) none repeat scroll 0% 0%;
}
.sidebar h1 {
	font-size: 10px;
	text-align: center;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	border: 1px solid #DDD;
	padding: 5px;
	color: #333333;
}
.sidebar div.menu {
	line-height: 11px;
	font-size: 10px;
        background: transparent;
}
.sidebar div.menu a {
	font-weight: bold;
	text-align: left;
	padding: 0px 4px;
	color: #333;
	width: auto;
}
.sidebar div.menu a i {
	width: 18px;
	vertical-align: middle;
	margin-right: 8px;
	font-size: 16px;
	text-align: center;
}
.sidebar div.menu a.active {
	background-color: #E6E9F6;
}
.sidebar div.menu span {
	margin-left: 30px;
	font-weight: normal;
}
.sidebar div.legend {
	font-size: 11px;
	color: #555;
	padding: 2px 8px;
	border-radius: 5px;
	border: 1px solid #DDD;
	line-height: 18px;
}
.sidebar div.legend {
  position: absolute;
  bottom:0;
  right:0;
}
.sidebar div.legend span {
	font-weight: bold;
}
.sidebar div.legend li {
	width: 18px;
	height: 18px;
	margin-right: 8px;
	list-style: outside none none;
	float: left;
}
.sidebar div.legend table {
  margin-bottom: -8px;
}
.sidebar div.legend th {
  text-align:center;
}

.sidebar .msg {
	color: rgba(255, 0, 0, 0.6);
	font-weight: bold;
	font-size: 14px;
	margin-left: 8px;
}

.infolabel {
  font-weight:normal;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(33, 33, 33, 1);
	border-collapse: collapse;
}
.infolabel th, .infotable th { text-align: center; font-weight:bold; background-color: rgba(120,120,120,0.9); color:rgb(255,255,255); }
.infolabel td { padding: 3px 2px; }
.infolabel tr:nth-child(even) {
  background-color: rgba(240,240,240,0.8);
}

dl dt {
	font-size: 10px;
	font-weight: normal;
	padding: 2px;
	border: solid 1px #E6E9F6;
	margin: 1px;
}

dl dt p {
	font-weight: bold;
	margin: 3px 0;
	padding: 0;
	text-align: left;
}

.wind {
	padding: 0;
	margin: 0;
	position: absolute;
	top: -4px;
	left: -4px;
}

.chart { width: 100%; height: 140px; float: left; margin-top: -10px; }
.charts a { text-align: right; padding: 3px 0; }
.amcharts-chart-div a { display: none !important; }
.agrey { padding: 0; color: #aaaaaa; font-size:8px; }