html, body {
  height: 100%;
  width: 100%;
}

.navbar {
  width: 100%;
}

.share-links i {
  font-size: 26px;
  color: #fff;
}

#map {
  padding-top: 56px;
  width: 100%;
  height: 100%;
}

.my-button {
  color: #70737A;
  font-size: 24px;
  margin: 8px;
}

.H_ib_content {
  margin: 16px 40px 16px 16px;
  line-height: 16px;
  font-size: 13px;
}

.place-details h6 {
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px;
  color: #007bff;
}

.place-details a {
  text-decoration: underline;
}

.place-details .tags {
  white-space: nowrap;
  color: #808080;
}

.place-details .contact {
  margin-top: 10px;
  white-space: nowrap;
}

.place-details .travel {
  margin-top: 10px;
  white-space: nowrap;
  color: #01b6b2;
}

.place-details .status {
  display: inline-block;
  margin-top: 10px;
  border-radius: 3px;
  color: #fff;
  padding: 3px;
}

.place-details .open {
  background-color: #01b6b2;
  border: 1px solid #01b6b2;
}

.place-details .closed {
  background-color: #d5232f;
  border: 1px solid #d5232f;
}
