﻿.BMap_cpyCtrl {
    display: none;
}

.bdmap_info_ctn {
    z-index: 0 !important;
    background-color: #333;
    height: 430px;
    width: 200px;
    cursor: default;
    border: none;
    color: white;
}


.bdmap_info_ctn_inner {
    padding: 15px;
    height: 400px;
    overflow-y: auto;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}

.bdmap_info_row {
    line-height: 25px;
    margin: 3px auto;
    cursor: pointer;
}

@media(max-width:767px){
    .bdmap_info_ctn{
        display:none;
    }
}
