stylesheet changes for corpus statistic panel integration

Change-Id: Ife1376a870aae54f9230618fb6d24b85f51fe980
diff --git a/dev/scss/header/vc.scss b/dev/scss/header/vc.scss
index 72f2742..668d871 100644
--- a/dev/scss/header/vc.scss
+++ b/dev/scss/header/vc.scss
@@ -364,7 +364,8 @@
   background-color: $dark-green;
   //margin-top: 4 * $border-size !important;
   margin-top:4px;
-  padding-bottom: 0;   
+  margin-bottom:4px;
+  padding-bottom: 1px;   
   	> div {
     display: flex;
     margin-right: 5px;
@@ -390,38 +391,3 @@
 }
 
 
-
-// TODO -> button-group
-.button-stat {
-  > span {
-    cursor: pointer;
-    //box-shadow: $choose-box-shadow;
-    font-size: 9pt;
-    line-height: 1.5em;
-    padding: 0 4px;
-    display: inline-block;
-	border-top-left-radius: $standard-border-radius;
-  	border-bottom-right-radius: $standard-border-radius; 
-    border-top-right-radius: $standard-border-radius;
-  	border-bottom-left-radius: $standard-border-radius;
-  	background-color: $light-grey;
-    border-style: solid;
-    
-    border-width: $border-size 0;
-    margin-top:10px;
-	color: $choose-color;
-
-  	border-color: $choose-border-color;
-    
-    &:hover {
-	    @include choose-hover;
-    }
-    &:first-child {
-	    border: {    
-	    left-width: $border-size;
-	    right-width: $border-size;
-	  }
-    }
-
-  }
-}