
    html, body {
/*      font-family: 'CircularRegular';*/
      height: 100%;
      padding: 0;
      margin: 0;
    }

    #map {
      position: absolute;
      z-index: 0;
      width: 100vw;
      height: 100%;
/*      height: 100%;*/
    }

    .leaflet-touch .leaflet-control-layers-toggle {
      width: 30px;
      height: 30px;
      background-size: 20px 20px;
    }

    .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;
    }

    #cookieConsent {
      background-color: rgba(20,20,20,0.8);
      min-height: 26px;
      font-size: 14px;
      color: #ccc;
      line-height: 26px;
      padding: 8px 0 8px 30px;
      font-family: "Trebuchet MS",Helvetica,sans-serif;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      display: none;
      z-index: 9999;
    }
    #cookieConsent a {
      color: #4B8EE7;
      text-decoration: none;
    }
    #closeCookieConsent {
      float: right;
      display: inline-block;
      cursor: pointer;
      height: 20px;
      width: 20px;
      margin: -15px 0 0 0;
      font-weight: bold;
    }
    #closeCookieConsent:hover {
      color: #FFF;
    }
    #cookieConsent a.cookieConsentOK {
      background-color: #F1D600;
      color: #000;
      display: inline-block;
      border-radius: 5px;
      padding: 0 20px;
      cursor: pointer;
      float: right;
      margin: 0 60px 0 10px;
    }
    #cookieConsent a.cookieConsentOK:hover {
      background-color: #E0C91F;
    }
