.location_filter_selection .collection {
    vertical-align: middle;
    padding-right: 10px;
    padding-top: 5px;
}

ul li.custom_location_info_block {
    list-style-type:none;
    margin:20px 0 30px;
    padding-bottom:20px;
    border-bottom:1px dashed #ebebeb;
}

div.address-1 {
    margin:5px 0 25px;
}

div.links {
    margin-top:5px;
}

#location_display_filter_block {
    padding:10px;
    background:#e7db9d;
    border:1px solid #d9c464;
    position:relative;
}

#location_display_filter_block input.submit-off {
    float:right;
    background: none repeat scroll 0 0 #002942;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    display: inline;
    margin-right: 10px;
    margin-top: 10px;
    padding: 8px 10px;
    text-decoration: none;
    border:0;
    font-weight: normal;
    font-size: 14px;
}

#location_display_filter_block input.submit-on {
    float:right;
    background: none repeat scroll 0 0 #002942;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    display: inline;
    margin-right: 10px;
    margin-top: 10px;
    padding: 8px 10px;
    text-decoration: none;
    border:0;
    font-weight: normal;
    font-size: 14px;
}

#location_display_filter_block input.submit-over {
    float:right;
    background: none repeat scroll 0 0 #002942;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    display: inline;
    margin-right: 10px;
    margin-top: 10px;
    padding: 8px 10px;
    text-decoration: none;
    border:0;
    font-weight: normal;
    font-size: 14px;
}

#location_display_filter_block select {
    width: 180px;
    font-size: 14px;
}

ul.custom-location-list {
    margin:0;
}

@media all and (max-width: 1200px) {

}


@media all and (max-width: 980px) {

}


@media all and (max-width: 767px) {

}

@media all and (min-width:584) and (max-width: 695px) {
    
}

@media all and (max-width: 583px) {
    .location_filter_selection td.collection-caption table td.form-caption-1, a.location-btn {
        font-size:12px;
    }
}