Remove Booking page/Instruction header?

Hi Guys,
Is there any way of removing the SPACE for the BOOKING PAGE TITLE and BOOKING INSTRUCTIONS so that the Booking widget looks “cleaner/better” when pasting onto a site?
In my pictures you see how it looks, you see a space above the Available times, would be nice to remove them.

Does anyone have a tip on code snippet to put into CSS to do this?

All the best,
kristian

You can try this out:
.noImage .headerWrap {
display: none;}

That should hide the top section there.