html, body {
    margin: 0; 
    padding: 0; 
    height: 100%; 
    width: 100%;        
}
.csd-share-map-div  {
    width: -moz-calc(100% - 2px) !important;
    width: -webkit-calc(100% - 2px) !important;
    width: calc(100% - 2px) !important;
    height: -moz-calc(100% - 2px) !important;
    height: -webkit-calc(100% - 2px) !important;
    height: calc(100% - 2px) !important;
    border: solid 1px #CCC;
}

.home_map  {
    width: -moz-calc(100% - 2px) !important;
    width: -webkit-calc(100% - 2px) !important;
    width: calc(100% - 2px) !important;
    height: 400px;
    border: solid 1px #CCC;
}

.map24_watermark_holder {
    font-size: 8px;
    right: 0px;
    bottom: 2px;
    position: absolute;
    display: block;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    padding: 2px;
    font-family: verdana;
    font-weight: bold;
    z-index: 1001;
    width: 155px;
}


.map24_watermark_holder a{
    color:#f26622 !important;
}

.watermark_img_holder {
    width: 50px;
    overflow: hidden;
    display: inline-block;
    float: left;
}
.watermark_text_holder {
    padding: 0;
    width: 100px;
    display: inline-block;
    float: left;
    text-align: right;
    color: #525c87 !important;
}
.map24_watermark_holder img{
    max-height: 22px !important;
    height: 22px !important;
    padding: 2px 0;
}

.ol-popup {
    display: none;
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    /*padding: 15px;*/
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 200px;
    z-index: 11;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 8px;
        color: #525c87;
}
.ol-popup-closer:after {
content: "✖";
}
.ol-popup-closer:hover {
    color: #f26622 !important;
    text-decoration: none;
}