#map {
  height: 550px;
  width: 100%;
}
.tooltip {
	position: absolute;
	z-index: 2000;
	display: none;
}

.tooltip {
	font-size: 15px;
	font-weight:bold;
	max-width: 150px;
	height: auto;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0 1px 2px #666;
	background: rgba(255, 255, 255, 1);
	opacity: 1 !imporatant;

}

#slider{
	width: 400px;
}


#menuButton{
	position:absolute;
	width: 40px;
	height: 40px;
	z-index: 9999999;
	right: 20px;
	top: 20px;
	background-color: rgba(255,255,255,0);
	border-color:rgba(255,255,255,0)
	
}

#menuButton img{
	margin:0;
	padding:0;
	width: 40px;
	height: 40px;
}


.rightSidebar{
		background-color:rgb(215, 221, 229) !imporatant;
}

	
	
}