.leaflet-credits-control {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
    padding-right: 5px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 100% 0;
    /* background-color: white; */
    opacity: 0.90;
    text-align: right;
    font-size: 13pt;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
.leaflet-credits-control a {
    font-size: 22pt;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    text-decoration: none;
    letter-spacing: 2px;
}
.leaflet-credits-control a.leaflet-credits-showlink {
    display:inline-block;
    padding-left:5px;
    padding-right:5px;

    margin-top:5px;

    line-height:15px;
}
