#map { 
    height: 480px; 
    width: 100%;
    min-height: 360px;
}
.infoNavire  td:nth-child(1) {
    text-align:right;
}
#sidebar a {
    color:white;
}
.leaflet-sidebar > .leaflet-control {
    padding:0;
}
.leaflet-sidebar .close {
    right: 10px;
    top: 10px;
}

.leaflet-container .leaflet-control-gpmh-changedate, .leaflet-container .leaflet-control-gpmh-toggleview  {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    z-index: 1000;
    padding: 2px 2px;
}

.changedate-button {
    background: url("../../images/calendar.png") no-repeat scroll 2px 2px rgba(0, 0, 0, 0);
    border-radius: 4px;
    display: block;
    float: left;
    height: 26px;
    width: 26px;
}
.changeview-title {
    font-weight: bold;
}

.changeview-button {
    border-radius: 4px;
    display: block;
    float: left;
    height: 26px;
    width: 26px;
}

.leaflet-control-zoom  {
    padding: 2px;
}

#histoEscaleMap td, #histoEscaleMap th {
    padding: 1px 5px !important;
}