/* 
    Author     : Johannes Rudolph
*/

.leaflet-control-mouseCoordinate{
    
    position: relative;
    left: 0px;
    top:0px;
    width: 250px;
    min-height: 35px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0px 0px rgba(0,0,0,0.4);
    background: none repeat scroll 0 0 #fff;
    color: #333;
    padding: 0px 0px 0px 0px;
}

.leaflet-control-mouseCoordinate table{
    width: 100%;
}
