p.clear {
  clear:both;
}
div.container-for-float {
  overflow:auto;
}
.flex-grow {
  display: flex;
  -webkit-flex: auto;
  flex: auto;
}
#map_canvas {
  height: calc(100vh - 130px)
}
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
#list-facilities {
  cursor: pointer;
}
#searchinput {
    width: 200px;
}
#searchinput li:hover {
  background-color:#ff0000;
}
#searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}
