.menu_button {
    width: 50px;
    height: 70px;
    position: absolute;
    line-height: 5px;
    bottom: 10px;
    left: 20px;
    z-index: 9999;
    text-align: center;
    color: rgb(0, 0, 0);
    cursor: pointer;
  }

  #map { height: 180px; }
  


#mapbutton {
top: 10px;
left:10px;
width: 50px;
margin: 0 0;
position: sticky;
height: 50px;

}

h4{
	font-size:40px;
  position: relative;
  top: -60px;
	color: #ccc;
}
  

  .leaflet-div-icon {
    background: transparent;
    border: none;
  }
  
  .leaflet-marker-icon .number{
    position: relative;
    top: -26px;
    font-size: 12px;
    font-weight: bold;
    width: 25px;
    text-align: center;
  }

  *{
    font-size: 20px;
    line-height:140%;
    font-family:Arial, Helvetica;
    }
    
    
#splashdialogStart, #splashdialogDownload, #endDialog, #chapterStart {

 border-radius: 10px;
 background-color:rgba(200,200,200,0.7);
 border-color: #ccc;
  padding: 3%;

}
    /*overflow: hidden;
    position: absolute;
      top: 50%;
  left: 50%;
  padding:5%;
  transform: translate(-50%, -50%);
  */

/* .hex {
	    position: relative;
		top:45%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100%;
    height: 100%;
    background: no-repeat url("splash.png");
	background-position:center; 
		background-size:40%;
   
	
	
	
	
} */
	

.red_dot {
  top: 10px;
  left:10px;
  width: 20px;
  margin: 0 0;
  position: sticky;
  height: 20px;
}
	
     .box {
          width: 200px;
          height: 40px;
          border: 1px solid #999;
          font-size: 15px;
          color: #000;
          background-color: #eee;
          border-radius: 5px;
          box-shadow: 4px 4px #333;
          }
    
      
      
      .load_button {  
      border-radius: 10px;
      text-align: center;
      text-decoration: none;
      font-size: 20px;
      margin: 0 37%;
      cursor: pointer;
    }
      
    
    td{
        border:black thin solid;
        max-width:50%;
        width:50%;
    
    }
    table{
        width:100%;
    
      margin:40px 0;
    
    }
    
    #myProgress {
      margin-top:60px;
      position: relative;
      width: 80%;
      height: 30px;
      background-color: #777;
      border-radius: 10px;
      border: 2px solid #000;
      margin-left: 70px;
    }
    
    #myBar {
    
      position: absolute;
      width: 10%;
      height: 100%;
      background-color: #fff;
      border-radius: 10px;
    }
    
    #barLabel {
      text-align: center;
      line-height: 20px;
      color: black;
      font-weight:700;
    }
    
    
    h1{
    text-align:center;
    font-size:25px;
    
    }
	



*{
font-size: 17px;
line-height: 120%;
}
.box{
width: 150px;
height: 25px;
box-shadow: 2px 2px #333;



}
table{
margin: 30px 0;
}
#myProgress {
    margin-top: 0;
    width: 80%;
    height: 20px;
    border-radius: 6px;
    border: 2px solid #333;
    margin-left: 50px;
}
#myBar {

    border-radius: 6px;

}
button {
    border-radius: 8px;
    width: 70px;
    padding: 6px 0;
    font-size: 14px;
    margin: 0 20%;
    font-weight: bold;

}

.load_button {
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin: 0 43%;
    cursor: pointer;
    width: 80px;



}
	
	