body{
    padding: 0;
    margin: 0;
    background: #333;
}

#map-template{
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}

h6 {
    font-family: Verdana, Geneva, sans-serif;
    text-shadow: 1px 1px 0 #444;
  }
/* The sidepanel menu */
.sidepanel {
    height: 100%;
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 439; /* Stay on top */
    top: 0;
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  }
    
  /* Position and style the close button (top right corner) */
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 15px;
    margin-left: 50px;
    z-index: 440; /* Stay on top */;
  }
  .sidebar a:hover {
    color: #111;
  }
