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

    height:25px;        /* defined in the JavaScript code */
    width: 153px;        /* defined in the JavaScript code */
    /*padding-right:39px; /* defined in the JavaScript code */

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

    text-align:left;

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