Remove Border from Table
When you create a tip with a table in it, say, for formatting purposes, you don't want the border to be visible. In order to have no border, the following must be added to the theme:
div.sttip table, div.sttip tr, div.sttip td {border: none;
padding: 6px 9px;
}