.map_wrap {position:relative;width:100%;height:350px;}
.title {font-weight:bold;display:block;}
.hAddr {position:absolute;left:10px;top:10px;border-radius: 2px;background:#fff;background:rgba(255,255,255,0.8);z-index:1;padding:5px;}
.hAddr2 {border-radius: 2px;background:#fff;background:rgba(255,255,255,0.8);z-index:1;padding:5px;}
#centerAddr {display:block;margin-top:2px;font-weight: normal;}

.bAddr {font-size:13px; padding:10px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

#bottomAddr .bAddr {
    padding: 0px !important;
}

#stationNameMobile {
    color: #851313;
    font-weight: 600;
    font-size: 15px;
}

#btnMoveMyPostion {
    position:absolute;left:0px;top:0px; border-radius: 2px; z-index: 2;
    font-size: 14px;
}
@media only screen and (max-width: 480px) {
    .map_wrap {position:relative;width:100%;height:220px;}
}