Simple tables
this class is missing from the bootstrap base css so will need to be added (and fiddled with as required )
The basic wikidot css for this is
table.wiki-content-table td{
border: 1px solid #888;
padding: 0.3em 0.7em;
}
table.wiki-content-table th{
border: 1px solid #888;
padding: 0.3em 0.7em;
background-color: #EEE;
}