Added boxes to arc labels

Change-Id: Ic706e69c6f2007b0bec254b5f00331f24a03be6c
diff --git a/dev/scss/main/tree.scss b/dev/scss/main/tree.scss
index aec5bd4..8ecaf20 100644
--- a/dev/scss/main/tree.scss
+++ b/dev/scss/main/tree.scss
@@ -22,6 +22,8 @@
 
 path.anchor {
   stroke: $darkest-orange;
+  stroke-width: 3;
+  stroke-linecap: round;
   z-index: 20;
 }
 
@@ -31,10 +33,12 @@
   stroke-width: 2px;
 }
 
-g.middle rect {
-  stroke: $darker-orange;
-  stroke-width: 2px;
-  fill: $middle-orange;
+g.middle, g.arc {
+  rect {
+    stroke: $darker-orange;
+    stroke-width: 2px;
+    fill: $middle-orange;
+  }
 }
 
 g.middle.mark {
@@ -68,5 +72,6 @@
   > tspan {
     font-size: 10pt;
     overflow: visible;
+    z-index: 30;
   }
 }