/*!
 * Popup overlay for OpenLayers with UMD wrapper
 * Fork of Matt Walker ol3-popup https://github.com/walkermatt/ol3-popup
 * 
 * @package ol-popup-umd
 * @author Vladimir Vershinin <ghettovoice@gmail.com>
 * @author Matt Walker (http://longwayaround.org.uk),@author Avi Kelman <patcherton.fixesthings@gmail.com>
 * @version 1.3.1
 * @licence MIT https://opensource.org/licenses/MIT
 * @copyright (c) 2016-2017 Matt Walker, Vladimir Vershinin <ghettovoice@gmail.com>
 */
.ol-popup {
  display: none;
  position: absolute;
  background-color: white;
  padding: 20px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); }
  .ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px; }
  .ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px; }
  .ol-popup .ol-popup-content {
    min-width: 170px;
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto; }
  .ol-popup .ol-popup-content h3 {
      margin: 0.25em 0; }
  .ol-popup .ol-popup-closer {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 150%;
    padding: 0 4px;
    color: gray;
    text-decoration: none; }
  .ol-popup .ol-popup-closer:after {
      content: "\2716"; }
  .ol-popup .infoResult {
    min-width: 130px; }
  .ol-popup .infoResult p {
      padding: 0.1em;
      margin: 0; }
  .ol-popup .marker {
    margin-bottom: 30px; }

/*# sourceMappingURL=bundle.css.map*/