/*here goes all of your css styling*/




 #map-canvas-3{
	width: 100%;
    height: 100%;
    position: relative;
	position: absolute;
	z-index: 100;
----------webkit-filter: grayscale(100%);
       
}
 
	

	
	
}

#example-2 .top-elements{
	
	z-index: 10;
	
	
	
	
}
#example-3 .top-elements{
	position: relative;
	z-index: 100;
	margin: 100%x;
	
	
	
}


/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}
.tab button {

  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 10px 27px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;

}

.tab button {
  background-color: white; 
  color: black; 
  border: 2px solid #0082ff;
}