Table Border Removal
When creating a tip containing a table for formatting purposes (padding), you probably don't want the border to be visible.
To hide the border, add the following to the theme:
div.sttip table, div.sttip tr, div.sttip td {
border: none;
padding: 6px 9px;
}