div.w-locationMap {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
}

.w-locationMap div.locationMap .gmap{
    height: 300px;
}
.w-locationMap div.locationMap .directions .clear {
    display: none;
}
.w-locationMap .directions{
    padding: 0;
    float: left;
    margin: 20px 0 0 0;
    width:100%;
}
.w-locationMap h5 {
    margin:5px 10px 10px 0px;
}
.w-locationMap .directions:after {
    content: "";
    overflow: hidden;
    display: block;
    position: relative;
    bottom: -17px;
    left: -12px;
    height: 9px;
    background: url(/images/left-panel-base.gif);
}
.w-locationMap .directions input{
    font-family: arial;
    font-size: 13px;
    background: white;
    color: #757575;
    border: 1px solid #AEAEAE;
    margin: 0 0 4px 0;
}
.w-locationMap .directions .ui-autocomplete-input{
    width: 97%;
    padding: 4px;
    border-radius: 6px;
    margin: 0 0px 6px 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.w-locationMap .directions .driving, .w-locationMap .directions .walking, .w-locationMap .directions .cancel, .w-locationMap .directions .clear {
    background: #614842;
    border: none;
    cursor: pointer;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px;
    margin: 0 0 0 20px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.w-locationMap .directions .driving{
    margin: 0!important;
}
.w-locationMap .directions-display{
    float: left;
    font-size: 13px;
    color: #555;
    margin-top: 0px;
    clear: left;
}
.locationMap .adp-placemark {
    color: #555;
    font-weight: bold;
}
.locationMap .adp-placemark img{
    padding: 5px 0 2px 5px;
}
.adp-list{
    border: none;
}