html,
body {
position: relative;
height: 100%;
width: 100%;
overflow-x: hidden;
}
body {
font-family: 'Source Sans Pro', sans-serif;
margin: 0;
padding: 0;
color: #232323;
font-size: 14px;
line-height: 1.4;
width: 100%;
-webkit-text-size-adjust: 100%;
overflow: hidden;
font-weight:300;
}
.clear{ 
clear:both; 
display:block;
}
      #map {
        height: 100%;
        width: 550px;
         
      }
#show_maps {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 111;
}
#show_maps img{
	height: 5%;
	width: 5%;
	z-index: 1;
}
.navs{
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	top: 3%;
	left: 1%;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px 20px 20px 20px;
	padding-bottom: 5px;
	z-index: 9999;
	width: 20%;
	bottom: 3%;
	}
.navs td{
	padding-left: 5px;
	padding-right: 5px;
	}
.navsRIGHT{
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	top: 2%;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 5px 5px 5px 5px;
	padding-bottom: 5px;
	z-index: 9999;
	width: 20%;
	height: 70px;
	right: 1%;
	}
.navsRIGHT td{
	padding-left: 5px;
	padding-right: 5px;
	}
#chartdiv {
  width: 100%;
}