@marcfrancoeur:
You will need to look for the following blocks of code in your CSS file:
table {
font: normal 12px/150% Arial, Helvetica, sans-serif;
background: #fff;
border: 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
tbody td {
border-bottom: 1px solid #d6d6d6;
font-size: 12px;
font-weight: normal;
}
table tbody tr:last-child td:last-child {
border-right: 1px solid #d6d6d6;
}
And replace the borders with border: 0