Modify cell border style

I’d like to add borders to the grid cells. I’ve tried modifying “div.gridbox table.obj td” to change border style but it does not seem to work. Please point me in the right direction.

try to use:
div.gridbox table.obj tr td

Thank you, that worked!