Remove bottom border in table rows

Example:

Code:

/* -- code to border at the bottom of table rows -- */
.template-page tr { border-bottom:none; }
/* - end - */

Where do I add the code?

Use this link to learn where exactly to add this code snippet:

Where to add your CSS style code