#menu_wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background: rgba(255, 255, 255);
  z-index: -1;
  font-size: 1rem;
  padding-top: 2%;
}

#searchbox {
  position: absolute;
  top: 100px;
  left: 5px;
  width: 42px;
  height: 42px;
  z-index: 1;
  background: url(https://cdn-icons-png.flaticon.com/32/49/49116.png) no-repeat;
  background-color: white;
  background-position: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#search {
  left: 10px;
  margin: 1rem 1rem 0 2.2rem;
  height: 40px;
  width: 70%;
  font-size: 1.1rem;
  border: 3px solid #000000;
  padding: 5px;
  border-radius: 5px;
  outline: none;
  color: black;
}

#placesList li {
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px gray;
  cursor: pointer;
}

#placesList .item .address1, #placesList .item .address2 {
  font-size: 0.8rem;
}

#cameralist li {
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px gray;
  cursor: pointer;
}
