Remove Page Lines & Delete Report Data

Remove Page Lines & Delete Report Data

Hi all,

I have 2 questions in this topic:

1) I have a page with 2 HTML Snippets and a Form embedded. I would like to know if there is a way I am able to remove the lines covering those snippets. 

Please refer to the picture (RemoveLines.jpg) for a better explanation. 

2) Is there a way that I am able to delete my report data based on timing? 
For example: For every record created, within 12 hours check for Status where data is "Pending" Remove the entire row. Keep "Paid" row. 

Example Record 1: Created at 9am, check at 9pm if Status is pending. If so, delete
                 Record 2: Created at 10am, check at 10pm if Status is pending, If so, delete

Likewise, refer to (deleteData.jpg)

Thanks!