To have a single border for table please use the following custom css code:
table, table td {
border-collapse: collapse !important;
}
.html_content table
{
float:none;
margin:0 auto;
}
Go to TemplateToaster -> General -> Editors -> CSS ->paste the code provided above -> save