diff --git a/lib/patterns.less b/lib/patterns.less
index 22d2bc014e971c63b3e0a7cc6b78c00adf160733..c7b7c10b869d265d4af134b57332add9ee6fde7f 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -520,6 +520,11 @@ footer {
   &.info:hover {
     color: @white
   }
+  // Sets the close button to the middle of message
+  .close{
+    font-family: Arial;
+    line-height: 18px;
+  }
   // Danger and error appear as red
   &.danger,
   &.error {