.public-tab-item {
  list-style: none;
  padding: 5px 0px;
  max-height: 200px;
  height: 100%;
  margin-bottom: 0px;
}

.public-tab-item li {
  padding: 7px 10px;
  cursor: pointer;
  border-bottom: 1px solid #d6d6d6;
  box-shadow: 0 1px 1px #fff;
  display: flex;
  align-items: center;
}

.public-tab-item li:hover {
  background: #FFFFCC;
  color: #333;
}

.map-coordinate {
  position: absolute;
  bottom: 0px;
  font-size: 16px;
  background: rgba(255,255,255,0.7);
  color: #444;
  z-index: 10;
  padding: 0px 6px;
}

.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.building.selected div {
  border: 5px solid #9688C3 !important;
}

.layers-list-item input {
  margin-right: 5px;
  width: auto;
  height: 17px;
}
