#interactive{
    font-family:'verdana',sans-serif;
    position:relative;
    height:550px;
}
#mapContainer{
    width:920px;
    height:550px;
    background-color:gray;
}
#btn_maximize,#btn_minimize{
    z-index:9999;
    position:absolute;
    top:0px;
    left:0px;
    background-color:rgba(255,255,255,.7);
    font-size:12px;
    color:black;
    padding:5px;
    text-align:center;
    margin-bottom:10px;
    cursor:pointer;
}
#btn_minimize{
    display:none;
}
#mapContainer h2{
    font-size:13px;
    margin:0px;
    max-width:200px;
}
#mapContainer a{
    color:#660033;
    text-decoration:none;
}
#mapContainer p{
    margin:0px;
    max-width:200px;
    font-size:11px;
}

#maximizedBox{
    position:absolute;
    z-index:9998;
}
#leg{
    z-index:9999;
    width:220px;
    position:absolute;
    padding:5px;
    bottom:0px;
    left:0px;
    background-color:rgba(255,255,255,.7)
}
#leg h2{
    margin:0px;
    line-height:normal;
    font-size:12px;
}
#leg p{
    margin-top:5px;
    margin-bottom:5px;
    line-height:normal;
    font-size:11px;
}
#source{
    text-align:right;
    font-size:10px;
}
.leaflet-popup-content-wrapper{
    border-radius:10px;
}
.leaflet-popup-content{
    margin:10px;
}