diff --git a/app/assets/stylesheets/wizard.scss b/app/assets/stylesheets/wizard.scss
index 16a59ce2949..81c95de9b36 100644
--- a/app/assets/stylesheets/wizard.scss
+++ b/app/assets/stylesheets/wizard.scss
@@ -11,10 +11,9 @@ body.wizard {
   background-image: asset-url("/images/wizard/bubbles.png");
   background-repeat: repeat;
   background-position: left top;
-
   color: #444;
-
   line-height: $line-height-large;
+  font-size: 15px;
 }
 
 .finish-installation {