        body {
            padding: 0;
            margin: 0;
        }
        html, body, #map {
            height: calc(100% - 27.1px);
            width: 100%;
            font-family: 'Montserrat', sans-serif;
        }
        .sidepanel-content h4 {
            margin-top: 0;
            margin-bottom: 0;
        }

        .sidepanel-content a {
            text-decoration: none;
            font-size: 1rem;
            color: #199900;
            transition: color 0.3s ease-in;
        }

        .sidepanel-content a:hover {
            color: #116600;
            text-decoration: underline;
        }

        #header {
            height: 80px;
            width: 100%;            
        }


.leaflet-customleft {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    left:  0;
    top: 0; /* possible because the placeholder's parent is the map */
    /*transform: translateY(-50%); *//* using the CSS3 Transform technique */
    padding-top: 10px;
    padding-left: 40px;
}

.leaflet-customleft .leaflet-control {
    margin-bottom: 10px;
}


.leaflet-custombottomleft .leaflet-control {
    margin-bottom: 1px;
    margin-left: 0px;
}


.leaflet-titleleft {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    left:  40;
    top: 0; /* possible because the placeholder's parent is the map */
    /*transform: translateY(-50%); *//* using the CSS3 Transform technique */
    padding-top: 10px;
    padding-left: 40px;
}

.leaflet-titleleft .leaflet-control {
    margin-bottom: 10px;
}



.leaflet-center {
    left: 50%;
    transform: translate(-50%, 0%);
}

.leaflet-middle {
    top: 50%;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
  transform: translate(0%, -50%);

}

.leaflet-center.leaflet-middle {
  transform: translate(-50%, -50%);
}


.leaflet-verticalcenter {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    top: 50%; /* possible because the placeholder's parent is the map */
    transform: translateY(-50%); /* using the CSS3 Transform technique */
    padding-top: 10px;
}

.leaflet-verticalcenter .leaflet-control {
    margin-bottom: 10px;
}


.leaflet-control-layers .leaflet-control-layers-list{
    max-height: 400px;
    width: 260px;
    overflow: auto;
}

.info {
    padding: 6px 14px;
    font-family: 'Montserrat', sans-serif;
    background: white;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    border: 1px solid blue;
    width: 30vw;
    height: 88vh;

    z-index: 5000;
    margin-left: 10;
    margin-right: 10;
    overflow: auto;
}
.info h2 {
    margin: 0 0 5px;
    color: #324273;
    align-items: center;
}

.info h3 {
    /*margin: 0 0 5px;*/
    color: #414042;
    align-items: center;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.0em;
    margin-top: 0.0em;
    margin-bottom: 0.0em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: blue;
}

.info h4 {
    margin: 0 0 5px;
    color: #324259;
    align-items: center;
}


.info2 {
    padding: 6px 20px;
    font-family: 'Montserrat', sans-serif;
    background: white;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    border: 1px solid blue;
    width: 68.5vw;
    height: 400px;
}

.info2 h4 {
    margin: 0 0 5px;
    color: #777;
    align-items: center;
}



.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.hero-unit{
  float: left;
  width: 210px;
  margin-right: 25px;
}
.hero-unit input{
  width: 100%;
}


.leaflet-tooltip.my-labels {
      background-color: transparent;
      border: transparent;
      box-shadow: none;
      font-weight: bold;
      font-size: 14px;
      text-align: center;
      color: #FFF !important;

  }

.fas.northwest, .far.northwest, .fal.northwest, .fad.northwest { transform: rotate(-135deg); }
.fas.northeast, .far.northeast, .fal.northeast, .fad.northeast { transform: rotate(-45deg); }
.fas.southeast, .far.southeast, .fal.southeast, .fad.southeast { transform: rotate(45deg); }
.fas.southwest, .far.southwest, .fal.southwest, .fad.southwest { transform: rotate(135deg); }



table {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  border-collapse: separate;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 6px;
}

td, th {
  border: 0px solid #dddddd;
  text-align: left;
  padding: 8px;
  width:50%;
}

tr:nth-child(odd) {
  background-color: #F4F4F4;
}



.fa-clickable {
    cursor:pointer;
    outline:none;
}


.popupCustom .leaflet-popup-tip,
.popupCustom .leaflet-popup-content-wrapper {
    background: #e0e0e0;
    color: #324273;
    font-size:24px;
}


.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}      

h1 {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; /* black */
  font-size: 2.5em;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}


h2 {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}


h3 {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.0em;
  margin-top: 1.0em;
  margin-bottom: 0.03em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: blue;
}

.leaflet-bar a, .leaflet-bar a:hover {
    text-decoration: none !important;
}

.button1 { 
    width:80px; 
    font-family: inherit;
    font-size: 1.15em;
    border-radius: 12px;
}


button {
    font-family: 'Montserrat', sans-serif;
}


.header {
    display: flex;
    align-items: left;
    justify-content: left
}

* { box-sizing: border-box; }

#content {
  /*background-color: rgba(210, 210, 210, 0.5); */
  border: 0px solid #000;
  padding: 0.5rem;
  display: flex;
}

#left,
#right {
  /*background-color: rgba(10, 10, 10, 0.5);
  border: 1px solid #fff;*/
  padding: 0.5rem;
  flex-grow: 1;
  color: #fff;
}



img {
    margin-top: 0.35em;
    margin-left: 0.2em;
    max-width: 100%;
    max-height:75px;
}

.text {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900; /* black */
    font-size: 1.2em;
    margin-top: 0.0em;
    margin-bottom: 0.0em;
    margin-left: 0.5em;
    margin-right: 0;
    font-weight: bold;
}

.p {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em;    
}


.leaflet-touch .leaflet-control-layers-toggle {
    width: 31px;
    height: 31px;
}

ul li{
  font-size:16px;
}