#mapid {
    position: absolute; 
    top:0; 
    bottom:0; 
    right:0; 
    left:0;
    z-index: 1;
}

.geocoder-control {
    height: 0px !important;
}
.leaflet-control {
    float: none !important;
}

.geocoder-control-input {
    width: 185px !important;
    top: 115px !important;
}

.geocoder-control-suggestions {
    top: 145px !important;
}

.Info {
    top: 0px;
    margin: 0; 
    padding: 5px; 
    border-style: solid; 
    border-radius: 7px; 
    border:3px solid #000000; 
    background-color: #F9F9F9; 
    font-weight: bold;
}


#clearAllButton {
    position: absolute;
    height: 33px;
    line-height: 10px;
    top: 125px;
    left: 198px;
    padding: 10px;
    z-index: 2;
    font-size: 15px;
    background: #343a40 !important;
    color: #fff !important;
    overflow: hidden;
}