#ph_results{
    padding-top: 10px; 
}
#ph_results #map{
    float:left;
    max-width: 50%;
}
#ph_results #map img {
    box-shadow: none;
}

#ph_results #map .ph_marker_loc_name {
    max-width: 200px;
}
#ph_results #ph_list{
    width:100%;
    max-width: 49%;
    height: 100%;
    max-height: 550px;
    overflow-x: auto;
    box-sizing: border-box;
    padding-left: 20px; 
    float:right;
}
#ph_list .ph_result .loc_name h4{
    margin-bottom: 0px;
}
#ph_results.ph_no_results #ph_list{
    float:left;
}
#ph_results.ph_no_results #map{
    height: 0px !important;
    width: 0px !important;
}
.ph_hrs_day_label {
    display: inline-block;
    vertical-align: top;
    width: 100px;
}
.ph_loc_day_hrs_group {
    display: inline-block;
}
@media handheld, only screen and (max-width: 984px) {
    #ph_results #ph_list{
        max-width: 100%;
        max-height: 75vh;
    }
    #ph_results #map{
        width: 100% !important;
        max-width: 100%;
        max-height: 75vh;
    }
  }