.ldmap_placeholder .ldmap_frame .ldmap_popup_detail {
    max-width: 100% !important;
    max-height: 100% !important;
    /*padding: 6px 10px 4px 0 !important;*/
    overflow-y: hidden !important;
}


.marker-label {
    position: relative;
    top: 23px;
    padding: 1px 2px 1px 2px;
    background: #ffc;
    font-size: 9px;
    font-weight: bold;
    box-shadow: 2px 2px 4px #444;
    white-space: nowrap;
    opacity: .7;
    border-radius : 3px;
}

.ldmap_placeholder .ldmap_frame .ldmap_geomlabel{
    border-radius : 3px;
    font-size: 9px !important;
    background: rgba(255, 255, 204, 0.76);

}

.longdo-suggest{
    /*display: table-row ;*/
    position: fixed;
    /*left: 56px;*/
    /*top: 32px;*/
    /*width: 150px;*/
    padding: 4px;
    border: 1px solid #888;
    background: #fff;
    z-index: 99;
}
.longdo-suggest a {
    display: block;
    color : black;
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
}
.longdo-suggest a:hover {
    text-decoration: none;
    color: #ff4700;
}

.ldmap_placeholder *{
    box-sizing: inherit !important;
}

.ldroute_placeholder .ldroute_info{
    height: 35px !important;
}
.ldroute_placeholder .ldroute_menu {
    width: 25% !important;
}
