.leaflet-credits-control {
    margin-right:180 !important;
    margin-bottom:80 !important;

    height: 50px;        /* defined in the JavaScript code */
    padding-right:65px; /* defined in the JavaScript code */

    background-image:none; /* defined in the JavaScript code */
    background-repeat:no-repeat;
    background-position:100% 0;

    background-color:none;
    opacity:0.70;

    cursor:pointer;
}
.leaflet-credits-control a {
    font-size:14pt;
	margin-top:150px;
    color:rgb(0,68,148,1) !important;
	font-weight:bold;
	text-shadow: 2px 2px white;
    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:10px;

    line-height:15px;
}