/* CSS Document */

.bottom_bar{
	overflow:hidden;
	height:175px;
	position:absolute; 	
	bottom:0px; 
	left: 349px;
	right:0px;
	background:#FFF;
	z-index:1;
	/*display:none;*/
}



.bottom_bar .info_flot{
	height:25px;
	padding:5px 10px 0px; 	
}

.bottom_bar .info_flot #echo_hover_current_time{
	line-height:25px;


}
.bottom_bar #whole{
	float:right;	
	display:block;
	height:20px;
	background:url(img/resize-icon.gif) no-repeat center center ;
	background-size:15px;
	width:20px;
	border:1px solid;
	
}
.bottom_bar #whole:hover{
	background-color:#dddddd;
}

.bottom_bar #flot{
	height:140px;
	width:100%;
}
.leaflet-top, .leaflet-bottom{
	top : 0px;	
}

