﻿#mapAndOptions {
    position: relative;
}

#my_map {
    z-index: 50;
    width: 100%;
    height: 315px;
    margin-bottom: 0px;
}

#driving_distance {
    display: none;
    z-index: 100;
    position: absolute;
    background-color: black;
    color: #fff;
    padding: 4px;
    top: 10px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    text-align: center;
}

/* Hide enlarge button when at maximim size */
#map_holder_popup #enlargeMap {
    display: none !important;
    
}
.white-popup {
    background: #fff;
}
#driving_directions {
    display: none;
}

#map_holder_popup #driving_directions.show_driving_directions {
    display: block;
    height: 100%;
    float: right;
    width: 100%;
    padding-left: 10px;
    overflow: auto;
}

#map_holder_popup .propMap .mapMargin {
    margin-right: 400px;
}

#map_holder_popup #driving_distance {
    display: none;
}
