Remove hack to prevent vanishing statistics button when modifying the builder object on root

Change-Id: I89d7df6d303983918e16b8b04b34895df5466897
diff --git a/dev/scss/header/statistics.scss b/dev/scss/header/statistics.scss
index 44d8930..a4d3f1e 100644
--- a/dev/scss/header/statistics.scss
+++ b/dev/scss/header/statistics.scss
@@ -1,41 +1,10 @@
 @charset "utf-8";
 @import "../util";
 
-/*
-div.view.vcstatistic {
-	position: relative;  
-	display: inline-flex;
-	width: auto;
-}
-*/
-
 div.stattable {
 	display: flex;
 	flex-direction: row;
 }
-/*
-div.stattable ul.action.image {
-  display: block;
-  li {
-    cursor: pointer;
-    color: $nearly-white;
-    text-decoration: none;
-    > span {
-      @include blind;
-    }
-    border-width: 0;
-    // z-index: 8;
-    text-decoration:none;
-    text-align: center;
-    font-style: normal;
-  
-    &.close::after {
-	    font-family: 'FontAwesome';
-	    content: $fa-close;
-    }
-  }
-}
-*/
 
 div.stattable > dl {
   display: flex;
@@ -45,21 +14,9 @@
   margin-bottom:4px;
   padding-bottom: 1px;   
   > div {
-    /*
-    display: flex;
-    margin-right: 5px;
- 	  margin-left: 5px;
-    > * {
-      @include cell-info;
-    }
-   */
     border-color: $dark-green;
     > dt {
       background-color: $middle-green;
-      /*
-      text-align: right;
-      // padding: 1px;
-     */
       width: 15em;
       margin: 0;
       &:after {
@@ -67,15 +24,6 @@
   	  }
     }
    	> dd {
-   	  /*
-   	  text-align: left;
-      // padding: 1px;
-      margin: 0;
-      width: 100%;
-      max-width: none;
-      max-height: 6em;
-      margin-left: $border-size;
-     */
       background-color: $lightest-green;
       color: $dark-grey;
 	  }
diff --git a/dev/scss/header/vc.scss b/dev/scss/header/vc.scss
index 1d0cd0e..eeea883 100644
--- a/dev/scss/header/vc.scss
+++ b/dev/scss/header/vc.scss
@@ -9,7 +9,7 @@
  * Virtual Collection Builder
  */
 
-.vc {
+.vc .builder {
   margin-top: 4pt;
 
   .docGroup, .doc {
@@ -73,34 +73,6 @@
         // This will be overruled by JS!
         content: "or";
       }
-
-      /*
-      &:after {
-        .button-stat {
-	        > span {
-            cursor: pointer;
-            box-shadow: $choose-box-shadow;
-            font-size: 9pt;
-            line-height: 1.5em;
-            padding: 0 4px;
-            display: inline-block;
-            @include choose-item;
-            border-style: solid;
-            border-width: $border-size 0;
-            &:hover {
-	            @include choose-hover;
-            }
-            &:first-child {
-	            border: {
-	            left-width: $border-size;
-	            right-width: $border-size;
-	          }
-            }
-            
-          }
-        }
-     	}
-     */
     }
 
     // And operation
@@ -366,20 +338,4 @@
 div.panel.vcinfo {
   padding: 3pt 0pt 3pt 3pt;
   background-color: $dark-green;
-  /*
-  div.button-group {
-    display: inline-block;
-    margin-right: .5em;
-    > span {
-      position: relative;
-      box-shadow: none;
-    }
-  }
-*/
 }
-
-/*
-.button-group.vcstatistic{
-	position:relative;
-	}
-*/
\ No newline at end of file