diff --git a/masks/table.html b/masks/table.html
index 98fe295..56774a1 100644
--- a/masks/table.html
+++ b/masks/table.html
@@ -18,7 +18,7 @@
@@ -117,7 +117,6 @@ Table.prototype.applyTableInfo = function()
Table.prototype.setDisplay = function(sDisplay)
{
- //debug(sDisplay);
var sOtherDisplay = '';
var bRedit = (this.sDisplay!=''); //Edit existing table
this.sDisplay = sDisplay || (this.sDisplay==this.DISPLAY_EDIT?this.DISPLAY_READ:this.DISPLAY_EDIT);
diff --git a/style/screen.css b/style/screen.css
index 8bf88a9..52438a0 100644
--- a/style/screen.css
+++ b/style/screen.css
@@ -2388,7 +2388,7 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
font-style: italic;
}
-#table #read_keywords {
+#table #read_formatted_keywords {
margin:10px 0 0 0;
font-size: 0.9em;
}