<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#doghouse_reserved_form_box {
    padding: 4vh 5vw;
}

#doghouse_reserved_form_box .contact_form_row {
    
}

#doghouse_reserved_form_box .contact_form_row .contact_form_title {
    
}
#doghouse_reserved_form_box .contact_form_row .contact_form_value {
    
}
#doghouse_reserved_form_box .contact_form_row .contact_form_title,
#doghouse_reserved_form_box .contact_form_row .contact_form_value {
    margin: 0 auto;
}

.wpcf7 #doghouse_reserved_form_box ul li,
.wpcf7 #doghouse_reserved_form_box p {
    font-size: 14px;
}

input.wpcf7-acceptance {
    width:15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}

#doghouse_reserved_form_box div.wpcf7-mail-sent-ok,
#doghouse_reserved_form_box div.wpcf7-validation-errors {
    border: 3px solid #40220f;
    padding: 2vh 2vw;
    font-size: 18px;
    margin: 2vh auto;
}
#doghouse_reserved_form_box input[type=file] {
    background-color: white;
}
#doghouse_reserved_form_box .wpcf7-form-control-wrap.your-time {
    padding: 8px;
    border: 1px solid #ccc;
    display: inline-block;
    background-color: white;
    width: 100%;
    box-sizing: border-box;
}

#doghouse_reserved_form_box .wpcf7-form-control-wrap.your-time .wpcf7-list-item {
    margin: 0;
}</pre></body></html>