html, body {
    background-color: #ffffff;
	width: 100%; 
	height: 100%;  
	margin: 0; 
	padding: 0; 
	overflow: scroll;
	color: black;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	text-align: justify;
}

#mapAndButtons{
  	margin: auto;
	float:center;
	width: 300px; 
	height: 360px;	
	position: relative;
  	vertical-align: middle;	
}

.div-method-text{
	flex: 1; 
	background: #fceec5; 
	padding: 20px;
	border: 2px solid #bbbbbb;
	margin:1.5%
}

#inScreenButtonsTop{
	position: relative;
	top: 0px;
	width:100%; 
	height:30px;
	margin-left: 1%; 
	margin-right: 0%;
}
.expButtons{
	z-index: 10000000000;
	position: relative;
	height: 85%;	
	/*margin-left: 0.5%;	
	margin-right: 0.5%; */
	width: 23.5%; 
	background: #fceec5;
	border:  2px solid #fcba03; 
}

#map{
	position: absolute; 
	top: 30px;
	z-index: -100!important;
	width: 100%; 
	height: 300px;
	pointer-events: none; 
}

.overlay_canvas{
	position: absolute; 
	top: 30px; 
	left:0px;
	z-index: 10000;
	pointer-events: none;
	z-index: 10001;
}

#boundaryLabelingCanvas{z-index: 10003;}
#lineCanvas{z-index: 10005;}
#textCanvas{z-index: 10007;}


#inScreenButtonsBottom{
	position: relative;
	top: 300px;
	bottom: 0px; 
	width:100%; 
	height:30px;
	visibility:hidden;
}

#inScreenSlider{
	z-index: 100000001;
	position: relative;
	top: 275px;
	bottom: 0px; 
	width:100%; 
	height:30px;
	visibility:hidden;
}

#prevOnMapbutton{
	z-index: 10000000000;
	width: 15%;
	height: 100%;	
	float: left; 	
	margin-right: 3%; 
	margin-left:0.5%; 
	background: white;
	border:  2px solid black;
	
}

#nextOnMapbutton{
	z-index: 10000000000;
	float: right;
	width: 15%;
	height: 100%;	
	margin-left:3%;
	margin-right:0.5%; 
	background: white;
	border:  2px solid black; 
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 100px;
  border-radius: 5px;  
  background: #ffffff;
  outline: none;
  margin-left:2%;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #41ae76;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #41ae76;
  cursor: pointer;
}
