html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
.articolo {
  font-family: Courier, "Courier New";
  font-size: 16px;
  text-align: left;
  font-style: normal;
}
#startnextSection{
  text-align: center;
  padding-top: 150px; 
}
#map {
  width: auto;
}
#mapSection{
  padding-top: 150px;
}
.leaflet-top {
  padding-top: 100px;
}
#downloadbutton {
  margin-bottom: 20px;
}

#howToInstall img {
    height:300px;
    max-height: 300px;
    width: 200px;
    margin-bottom: 20px;
}
.dont-break-out {

  -ms-word-break: break-all;
  word-break: break-all;

  /* Non standard for webkit */
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;

}


.active{
  color: #212529 !important;
  background-color: #F8E71C !important;
  border-color: #F8E71C !important;
}