.leaflet-container .leaflet-control-mapdata {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
    
    /* ELR 2015.12.22: Added these three to fit other app styles.. */
    /*background-color: #242424;*/
    /*border: 1px solid #828282;*/
    /*opacity: 0.87;*/
    
}
.leaflet-control-mapdata {
    padding: 0 5px;
    text-align: right;
}
.leaflet-container .leaflet-control-mapdata {
    font: 11px "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #0078A8;
    
    /* ELR 2015.12.22: Added font weight and color.. */
    /*font-weight: 600;*/
    /*color: #FFFFFF;*/
}
.leaflet-touch .leaflet-control-mapdata {
    box-shadow: none;
}