diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css
index 0d24d9c4f5cf6d47ffbb3dc4826bbc2f249ba071..53b8457f1a666ec6da1458e49964ca1be9188735 100644
--- a/installer/resources/themes/console/classic/console.css
+++ b/installer/resources/themes/console/classic/console.css
@@ -307,6 +307,7 @@ div.main {
      -moz-border-radius: 0 0 3px 0;
      -khtml-border-radius: 0 0 3px 0;
      border-radius: 0 0 3px 0;
+     background: #eef url("/themes/snark/ubergine/images/hat.png") no-repeat scroll right bottom !important;
 }
 
 div.main ul {
@@ -324,6 +325,13 @@ div.main li:first-child {
      padding-top: 15px;
 }
 
+div.main li b {
+     color: #415!important;
+     letter-spacing: 0.01em;
+     font-size: 9.5pt;
+     line-height: 170%;
+}
+
 div.main hr:last-child {
      margin: 15px 0 10px 0;
 }
@@ -883,8 +891,9 @@ div.graphspanel h3 {
 
 div.footnote {
      text-align: right;
-     color: #99f;
+     color: #339;
      font-size: 7pt;
+     margin-bottom: -4px !Important;
 }
 
 div.footnote hr{