How To Remove Border From All Tables On This Category Page

Hi guys

Struggling with this one a bit. I want to remove all borders from tables on this page.

http://www.digitalsave.co.uk/electronics-and-gadgets/everything-else/ipad-pro/

Thanks


P.S I have checked forum and tried a few things. But nothing I try seems to be working. Sure it will just be something simple...

Please use

.et-category table td {
    border: none;
}

Thanks guys, that worked!

You are welcome!

And what would it be for product pages? Like this?

.et-product table td {
border: none;
}

Please use

.et-product-main-info table td {
border: none;
}

Thanks cCom, works as always! :)

Thanks cCom, works as always! :)

You are welcome!