section.main {
    position: relative;
    padding: 60px 0 60px 0;
}

section.main:after {
    content: "";

    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 19px;
    background: url('../img/section_shading_lower.png');
    background-repeat: no-repeat;
    background-position: center;
    opacity: .1;
    filter: alpha(opacity=10);
    z-index: 100;
}


#content {
    padding: 60px 0;
    border-bottom: 2px solid #fff;
    background: url('../img/product_bg.png');
}

#content div.listing li.item p.event-meta {
  margin-bottom: .5em;
}

#content div.listing li.item h2 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1em;
}

#content div.listing li.item h2 a {
  color: inherit;
  text-decoration: inherit;
}

#content div.listing li.item h2 a:hover {
  text-decoration: underline;
}

#content div.listing li.item {
  padding-top: 1em;
  border-bottom: 2px solid #fff;
  border-top: 1px solid #e6e6e6;
}

#content div.listing li.item:first-child {
  border-top: 0;
}

#content div.listing li.item:last-child {
  border-bottom: 0;
}

#eventsMapCanvas {
  width: 100%;
  height: 400px;
}

#popover {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #002a90;
}

#popover p {
  display: inline-block;
  margin: 0;
  padding: 4px 10px;
  color: #fff;
  font-weight: bold;
}

#popover:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -5px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-width: 5px;
  border-left-color: #002a90;
  pointer-events: none;
}