html, body, #map {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Cabin", "sans-serif";
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 10px 16px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}

input[type=submit].disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

ul.searchresults {
  padding: 0;
  margin: 0;
  list-style-type: none;
  clear: both;
}

li.searchresult:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f124'; /* fa-location-arrow */
  padding-right: 10px;
  color: #ccc;
}

li.searchresult {
  cursor: pointer;
  margin-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


td.keyline {
  width: 100px;
}

hr.keyline {
  border-top: .3em solid;
  border-bottom: none;
  margin: .5em;
}

hr.cycleway {
  border-color: #0000ce;
}

hr.designatedpath {
  border-color: #0060ff;
}

hr.track {
  border-color: #114021;
}

hr.bikelane {
  border-color: #0000ce;
  border-style: dashed;
  border-bottom: none;
}

hr.cyclestreet {
  border-top: .9em solid;
  border-color: #93affb;
}


hr {
  border-top: 1px dashed;
}

/* Make the sidebar width for the largest size screens somewhat narrower */
@media (min-width: 1200px) {
  .sidebar {
    width: 390px;
  }
  .sidebar-pane {
    min-width: 350px;
  }
  .sidebar-left ~ .sidebar-map .leaflet-left {
    left: 400px;
  }
  .sidebar-right ~ .sidebar-map .leaflet-right {
    right: 40px;
  }
}

ul.mapkey {
  list-style: none;
  padding: 0;
}

div.keyitem {
  border-radius: 5px;
  margin-bottom: 5px;
  background-color: #f6f6f6;
  padding: 5px;
  text-align: center;
}

div.mapkeymap {
  border-radius: 5px;
  width: 100%;
  height: 50px;
}
