#nav_button_hlp, #nav_button_about {
	cursor: pointer;
	position: absolute;
	BACKGROUND-COLOR: white;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding:  5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	z-index: 3000;
		right: 0px;
	top: 20px; 
}


#info_Panel_hlp, #about_panel_hlp {
	position: absolute;
	BACKGROUND-COLOR: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 200px;
	right: -205px;
	top: 55px; 
	z-index: 1000;
	transition: right 1s;
}


.nav_item_hlp {
	margin: 5px;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #0094ff;
	color: #0094ff;
	cursor: pointer;
	font-family: "trebuchet MS", sans-serif;
}

.nav_item_hlp:hover {
	background: #0094ff;
	color: white;
}

.extra_space {
	margin-top: 20px;
}

.leaf_holder_nav {
	width: 35px;
	height: 35px;
	opacity: 0.5;
}