.leaflet-credits-control {
    margin-right: 0 !important;

    margin-right: 0 !important;
    /* margin-bottom: 0 !important; */
    height: 45px;
    width: 45px;
    padding-right: 39px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 100% 0;
    /* background-color: white; */
    /* opacity: 0.90; */
    border-radius: 0;
    /* border: 4px solid rgba(0, 0, 0, 0.1); */
    cursor: none;
    box-shadow: 1px 1px 1px #000;

}

.leaflet-credits-control a {
    font-size: 8pt;
    color: #333333 !important;
    text-decoration: none;

    text-align: right;

    display: none;
    /* becomes visible on mouse hover, see creditsControl */
}

.leaflet-credits-control a.leaflet-credits-showlink {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;

    margin-top: 5px;

    line-height: 15px;
}
