diff --git a/public_html/deployment/main.css b/public_html/deployment/main.css
index 3026f0b145552968a695c751bf09af8e13d181e0..b15d900de914b854fa591a1d94e224b6c89de0d2 100644
--- a/public_html/deployment/main.css
+++ b/public_html/deployment/main.css
@@ -282,31 +282,17 @@ input[type="radio"]:checked+label, input[type="checkbox"]:checked+label{
 
 .tab-pane p {margin: 1em 10px;}
 
-/* ----- plugins ----- */
+/* ----- shell plugins ----- */
 
-/*
-.draggable-onpage{position: absolute;}
-.draggable-onscreen{position: fixed;}
-.isdragging{opacity: 0.9;}
-
-.cmdoutbox{background: rgba(0,0,0,0.9); color: #f0f0f0; box-shadow: 0.2em 0.2em 0.5em rgba(0,0,0,0.4); display: none;}
-.cmdoutbox .header{background:#628;padding: 0.1em 0.5em;}
-
-.cmdoutbox .out{color:#ccf; ;padding: 0.5em; font-family: monospace; overflow: scroll; white-space: nowrap; }
-.cmdoutbox button.btn-close{background:#e55; color: #fff; border: none;}
-
-.cmdoutbox .bar{background: rgba(255,255,255,0.1);}
-.cmdoutbox .progress{background: #85a;}
-*/
+.cmdoutbox{display: none;}
 .ciwinbox .wb-body{
-    background: rgba(0,0,0,0.9) !important; 
+    background: #111 !important; 
     color: #ccf; 
     font-family: monospace; 
     padding: 0.5em;
     overflow: scroll; 
     white-space: nowrap; 
 }
-.cmdoutbox{display: none;}
 .ciwinbox .bar{background: rgba(255,255,255,0.1);}
 .ciwinbox .progress{background: #85a;}