.venomap {
  height: 500px;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
}
.wpol-hide{
  visibility: hidden;
  opacity: 0;
}
/*
 * Marker
 */
.wpol-infomarker{
  display: block;
  margin: 0;
  cursor: pointer;
}
.wpol-infomarker img{
  width: auto;
  display: block;
  margin: 0;
  padding: 0;
}
/*
 * Infopanel
 */ 
.wpol-infopanel{
  position: relative;
  width: auto;
  max-width: 400px;
}
.wpol-infopanel.infobox-closed{
  display: none;
}
.wpol-infopanel-close{
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
}
.wpol-infopanel-close img{
  display: block;
  width: 100%;
  height: auto;
}
.wpol-infopanel-overlay{
  z-index: 4;
}
.wpol-infopanel-active{
  z-index: 5;
}
.wpol-infopanel .wpol-infolabel{
  padding: 14px;
  padding-right: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.63);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.63);
  box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.63);
  border-radius: 2px;
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
.wpol-infopanel .wpol-infolabel *{
  margin: 0;
  line-height: 1.2;
}
.wpol-infopanel .wpol-infolabel p{
  margin-bottom: 4px;
}
.wpol-arrow{
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: transparent;
  border-style: solid;
  bottom: -10px;
  left: 50%;
  margin-left: -11px;
  border-width: 11px;
  border-bottom-width: 0;
}
.wpol-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: transparent;
  border-style: solid;
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-width: 10px;
  border-bottom-width: 0;
}
/*
 * OL controls
 */
.ol-attribution *{
  font-size: 9px;
}
.ol-control{
  padding: 0;
}
.ol-control.ol-zoom,
.ol-control.ol-zoom:hover{
  background:none;
  z-index: 9;
}

.ol-control button{
  padding: 0 !important;
  line-height: 1 !important;
  border: none !important;
}

.ol-control button,
.ol-control button:focus, .ol-control button:hover{
  background-color: #393939;
}
.ol-control button:focus, .ol-control button:hover{
  opacity: .8;
}
