html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#map {
    height: 100%;
    z-index: 0;
    cursor: pointer;
}

.controlPanel {
    font: 14px Arial,sans-serif;          
    padding: 10px;
    background: rgb(255,255,255);               
    max-height: 50em;
    overflow-y: auto;
    display: inline-block;
    color: rgb(75, 74, 77); /* PTV solid silver I */
    text-decoration: none;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 5px; 
}   

.leaflet-top .controlPanel {
    margin-top: 5px !important;
}

.leaflet-right .controlPanel {
    margin-right: 5px !important;
}

.leaflet-bottom .controlPanel {
    margin-bottom: 5px !important;
}

.leaflet-left .controlPanel {
    margin-left: 5px !important;
}

.controlHeaderVertical {
    display: block;
    font-size:16px;
    font-weight:bold;
    padding-bottom: 5px;
}

.controlHeaderHorizontal {
    font-size:16px;
    font-weight:bold;
}

.xserver-parameter-control {
    font: 14px Arial,sans-serif; 
    z-index: 10;
    padding: 10px;
    color: rgb(75, 74, 77); /* PTV solid silver I */
    background-color: rgb(255,255,255);
    text-decoration: none;
}

#reset-control {
    padding: 0px;
}