eliminate unnecessary css -- it was already in planetstack.css
diff --git a/planetstack/core/plus/views.py b/planetstack/core/plus/views.py
index 407ad38..9b26e51 100644
--- a/planetstack/core/plus/views.py
+++ b/planetstack/core/plus/views.py
@@ -64,7 +64,7 @@
             if (fn=="slice_interactions"):
                 # fix for slice_interactions - it gives its container div a 40px
                 # margin, and then positions it's header at -40px
-                template = '<style>#tabs-4 { margin: 40px; font-size: 24px; font-weight: bold;} </style><div id="tabs-4">' + template + '</div>'
+                template = '<div id="tabs-4">' + template + '</div>'
             return template
         except:
             return "failed to open %s" % fn