@charset "utf-8";
/* CSS Document */

.popin{
  background:#fff;
  padding:5px;
  box-shadow: 0 0 5px #999;
  border-radius:2px;
  max-width:100%;
}

#map,
#panorama {
  height:350px;
  background:#6699cc;
}

