.leaflet-control-mouseCoordinate{
    font-family:Calibri;
    font-size:12px;
    color:#fff;
    text-align:left;
    z-index:101;
    text-shadow:2px 2px #000000;
    background:rgba(0,0,0,0.75);
    border:4px solid #000;
    box-shadow:5px 5px 5px rgba(0, 0, 0, 0.75);
    border-radius:4px;
	top:10px;
}

.leaflet-control-mouseCoordinate table{
    width:100%;
}

.coords{
    width:90px;
}
