align sidebox with content body

Change-Id: Id6cd8cdd1b21b8ceda2a6931bb69f096c0d6deb1
diff --git a/tools/droiddoc/templates-sdk/assets/css/default.css b/tools/droiddoc/templates-sdk/assets/css/default.css
index 4573af3..865e8506 100644
--- a/tools/droiddoc/templates-sdk/assets/css/default.css
+++ b/tools/droiddoc/templates-sdk/assets/css/default.css
@@ -1754,10 +1754,14 @@
 #qv-wrapper {
   float:right;
   clear:right;
-  margin:-27px 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
+  margin:0 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
   padding:0 0 20px;
 }
 
+#tb-wrapper {
+  margin:-27px 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
+}
+
 #tb,
 #qv {
   font-size:13px;
@@ -2657,10 +2661,6 @@
   margin-left:0;
   float:left;
 }
-a.notice-developers.top,
-a.notice-designers.top {
-  margin-bottom:40px; /* extra margin to offset TOC negative margin */
-}
 
 
 /* hide nested list items; companion to hideNestedLists() */