#map {
    position:relative;
    top:0;
    bottom:0;
    width:100%;
    height:746px;
}

.leaflet-top-pane {
    pointer-events: none;
}


.leaflet-divlabel {
    font-family: "HelveticaNeue-Cn";
    white-space: nowrap;
    line-height: 16px;
    color: #666666;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
}
.refugee {
    margin-top: 5px;
    margin-right: 5px;
    float: left;
    background-repeat: no-repeat;
    background-image: url('refugee.png');
    width: 20px;
    height: 20px;
}

.marker-title a {
    font-weight: 700;
    font-family: "HelveticaNeue-Cn";
    font-size: 18px;
    color: #3E8DDD;
    text-decoration: none;
}

.marker-title.noclick a {
    color: #aaaaaa;
}

.marker-title a:hover, .marker-title a:focus, .marker-title a:active {
    text-decoration: underline;
}

*:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
}
