.google-map .place-card {
  margin: 0.75rem;
  padding: 0.25rem 0.75rem;
  box-shadow: 0 1px 3px 0 #999;
  border-radius: 0.125rem;
  background-color: #fff;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.google-map .place-card-thumbnail {
  float: left;
  width: 2rem;
  margin-right: 1.5rem;
  display: none;
  box-shadow: 0 1px 3px 0 #999;
}
.google-map .place-name {
  overflow: hidden;
  whitespace: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 14px;
}
.google-map .place-card a:link {
  color: #257CB7;
}
.google-map .place-card a:hover,
.google-map .place-card a:focus {
  text-decoration: underline;
}
.google-map .marker-label {
  position: absolute;
  display: block;
  max-width: 7.5rem;
  color: #B72609;
  border-radius: 0.125rem;
  font-weight: 700;
  font-size: 12px;
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.25);
  padding: 0.25rem;
}
