diff --git a/src/atlasViewer/atlasViewer.style.css b/src/atlasViewer/atlasViewer.style.css
index 12c9f1ff5f483b45f42ad32b478a483076b1d6c6..2c8d8178570e50956588776d8ac5e2d7ffbd16f0 100644
--- a/src/atlasViewer/atlasViewer.style.css
+++ b/src/atlasViewer/atlasViewer.style.css
@@ -184,6 +184,7 @@ span.tabContainer > span.badge
   margin-left:0.5em;
   position:relative;
   z-index:1;
+  background-color:rgba(255,0,0,1.0);
 }
 
 span.tabContainer.active-tab
diff --git a/src/ui/banner/banner.style.css b/src/ui/banner/banner.style.css
index 14fd168502aa0ae4561f419b8bb2926b778d591f..49fb40e3b1056a10c0d9e8086a28092b6f1539ba 100644
--- a/src/ui/banner/banner.style.css
+++ b/src/ui/banner/banner.style.css
@@ -4,14 +4,13 @@
   display:flex;
   flex-direction: row;
   flex-wrap : wrap;
-  height:2.8em;
+  min-height: 2.8em;
+  padding-left: 1em;
 }
 
-dropdown-component,
-:host > div[searchRegionPopover]
+:host > *
 {
-  margin:auto 0 auto 1em;
-  vertical-align: middle;
+  margin-right:0.5em;
 }
 
 div[treeHeader]
diff --git a/src/ui/banner/banner.template.html b/src/ui/banner/banner.template.html
index 4a0805af51d0b33aa781f019123beb3bbeb34e1e..74a7d4ad517c0741af03eca5a9493e6615754dce 100644
--- a/src/ui/banner/banner.template.html
+++ b/src/ui/banner/banner.template.html
@@ -7,7 +7,7 @@
 </dropdown-component>
 
 <i 
-  *ngIf = "citationExists(selectedTemplate)" 
+  *ngIf = "citationExists(selectedTemplate) && !isMobile" 
   [toastLength] = "toastDuration"
   [showToast] = "citation"
   class="glyphicon glyphicon-info-sign"
@@ -33,7 +33,7 @@
 </dropdown-component>
 
 <i 
-  *ngIf = "citationExists(selectedParcellation)" 
+  *ngIf = "citationExists(selectedParcellation) && !isMobile" 
   [toastLength] = "toastDuration"
   [showToast] = "citation"
   class="glyphicon glyphicon-info-sign"