html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
.articolo {
  font-family: Courier, "Courier New";
  font-size: 16px;
  text-align: left;
  font-style: normal;
}
.imgPopUp{
margin: auto;
}
#startnextSection{
  text-align: center;
  padding-top: 50px; 
  margin: 40px 0;
}
#startnextBtn{
margin: 30px 0;
}
#map {
}

#mapSection{
  padding-top: 50px;
}

#app{
  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;

}

#myInput {
  background-image: url('searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}