The new css uses a dot-table class, so the Table of Contents html looks like this:
administration > sales kit generator > manage saleskit templates
under actions of the designated proposal
select > edit properties
scroll down to the "table of contents" section
Paste the below HTML code in 2 sections.
1. Template section under Heading
2. Template section under Entry
<table class="dot-table">
<tr>
<td><a href="pdf://page/[toc:page_num]" style="text-decoration: none;">[toc:title]</a></td> <td style="padding-left:10px;"><a href="pdf://page/[toc:page_num]" style="text-decoration: none;">[toc:page_num]</a></td>
</tr>
</table>