diff --git a/share/static/css/application.css b/share/static/css/application.css
index 3121d52edd..1e3be769ce 100644
--- a/share/static/css/application.css
+++ b/share/static/css/application.css
@@ -1751,6 +1751,18 @@ body {
Layout: Topbar
------------------------------------------------------------------- */
+#banner {
+ position: relative;
+ z-index: 101;
+ padding: 8px;
+ background: #e06666;
+ border-bottom: 1px solid #9a4949;
+}
+#banner span {
+ color: #ffffff;
+ font-weight: bold;
+ font-size: 11px;
+}
#topbar {
position: relative;
z-index: 101;