diff --git a/app/frontend/templates/base.html b/app/frontend/templates/base.html
index 23ba1533..fc18f056 100644
--- a/app/frontend/templates/base.html
+++ b/app/frontend/templates/base.html
@@ -221,11 +221,11 @@
msgEl.append(strongEL, message);
- closeEl.style.float = 'right';
closeEl.style.marginLeft = '15px';
closeEl.style.fontWeight = 'bold';
- closeEl.style.lineHeight = '20px';
+ closeEl.style.float = 'right';
closeEl.style.fontSize = '22px';
+ closeEl.style.lineHeight = '20px';
closeEl.style.cursor = 'pointer';
closeEl.addEventListener('click', function () {this.parentElement.style.display='none';});