derekovecs: fix classic ca table width after "close details"
diff --git a/templates/index.html.ep b/templates/index.html.ep
index f2da9b4..461d5b4 100644
--- a/templates/index.html.ep
+++ b/templates/index.html.ep
@@ -342,7 +342,7 @@
              $("#ccd").css('width', 'auto');
            } else {
              columns.visible(false);
-             $("#ccd").css('width', '450px');
+             $("#ccd").css('width', '680px');
            }
            classicCollocatorTable.columns.adjust().draw();
          } );