/* ikg/commsites - custom info-box control that loads popup content into it */

.leaflet-control-help a {
  background:#fff url(help.png) no-repeat 0 0;
  background-size:26px 52px;
  }
  .leaflet-touch .leaflet-control-help a {
    background-position: 2px 2px;
    }
  .leaflet-help-on .leaflet-control-help a {
    background-position:0 -26px;
    }
  .leaflet-touch.leaflet-help-on .leaflet-control-help a {
    background-position: 2px -24px;
    }


.leaflet-help {
    position:absolute;
    display:none;
    border:1px solid black;
    background-color:#fff;
    float:none;
    /* nb - the position of the box is handled via Javascript */
}

.leaflet-help-close {
    float:right;
    width:20px;
    height:20px;
    display:block;
}