.tooltip{
	position: absolute;
   	top: 0;
   	left: 0;
  	z-index: 3;
  	width: 150px;
  	background-color: #DDD;
   	display: block;
   	opacity: 1;
}
.elevation_profile{
	height:400px;width:700px;
	margin:0 auto;
}

            