.ow_qs_header {
    padding-bottom: 20px;
}

.ow_qs_field {
    padding-bottom: 15px;
}

.ow_qs_label {
    padding: 0 10px 0 10px;
}

.ow_qs_field input[type="text"] {
    max-width: 70%;
}

.ow_qs_field input.ow_googlelocation_search_location
{
    max-width:100%;
}

.ow_qs_field .ow_qs_miles {
    width: 50px;
    text-align: center;
}

.ow_qs_field .ow_qs_locationstr {
    width: 150px;
}

form .ow_googlelocation_search_distance {
    text-align: center;
}

.ow_qs_btn .ow_qs_label {
    padding: 6px 10px 0px;
    display: inline-block;
}

.index_qs_widget .ow_qs_field_checkboxes {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 29%;
    min-width: 200px;
    margin: 0 0 24px 0;
    padding: 0 1%;
}