#nd_booking_single_cpt_1_header_image_price,
#nd_booking_single_cpt_1_basic_info_night,
#nd_booking_single_cpt_1_basic_info_week_price,
.nd_booking_rooms_component_similar .nd_booking_bg_greydark_alpha_gradient_3,
.nd_booking_rooms_component_l2 .nd_booking_bg_greydark_alpha_gradient_3,
.nd_booking_rooms_component_l3 .nd_booking_bottom_20 p:last-of-type  {
    display: none;
}
.nd_options_section .nd_options_width_40_percentage {
    width: 100%;
}

/*
Hides the buttons on the rooms single page "Similar Rooms" area
The text is updated with JS and then the buttons are shown
*/
.nd_booking_section + a {
    display: none;
}

/*
Contact page
Removes teh colored background after form submission
*/
.page-id-18.nd_options_customizer_forms .wpcf7 form.sent .wpcf7-response-output {
    background: transparent!important;
    color: #878787!important;
}