.map-wrapper .map {
  position: relative;
  padding-bottom: 60%;
}
.map-wrapper .map .map-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.map-wrapper .map img {
  max-width: none;
  max-height: none;
}
.map-wrapper .map .gm-style .gm-style-iw {
  line-height: 1.3;
  font-size: 14px;
}
.map-wrapper .map .gm-style .gm-style-iw b {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}
.map-wrapper .map .gm-style .gm-style-iw a {
  text-decoration: underline;
}
.map-wrapper .form {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 80;
}
.map-wrapper .form .form-item {
  max-width: 300px;
  float: left;
  margin: 0;
}
.map-wrapper .form .form-item:nth-child(n+2) {
  margin-left: 10px;
}
.map-wrapper .form .form-textfield,
.map-wrapper .form .select-custom-title {
  background: #fff;
}
.map-wrapper .form .hints {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  margin-top: 2px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.25);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s ease, opacity 0.2s ease;
}
.map-wrapper .form input:focus + .hints {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.map-wrapper .form .hint {
  padding: 10px;
  white-space: nowrap;
  cursor: pointer;
}
.map-wrapper .form .hint:hover,
.map-wrapper .form .hint.active {
  background: #333;
  color: #fff;
}
.map-wrapper .form .hint b {
  font-weight: 700;
}
.map-wrapper .items .list {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.map-wrapper .items .list thead tr,
.map-wrapper .items .list tr.odd {
  background: #efefef;
}
.map-wrapper .items .list th {
  text-align: left;
  font-weight: 600;
}
.map-wrapper .items .list th,
.map-wrapper .items .list td {
  padding: 15px;
}
.map-wrapper .items .list th:first-child,
.map-wrapper .items .list td:first-child {
  padding-left: 30px;
}
.map-wrapper .items .list th:last-child,
.map-wrapper .items .list td:last-child {
  padding-right: 30px;
}
.map-wrapper .items .list .title {
  font-weight: 600;
  cursor: pointer;
}
.map-wrapper .items .list a {
  text-decoration: underline;
}