diff --git a/views/html/html.tpl b/views/html/html.tpl
index 080220da..e22367cf 100644
--- a/views/html/html.tpl
+++ b/views/html/html.tpl
@@ -23,7 +23,7 @@
- =$loggedCharacter['name']?> (=$loggedCharacter['xps']?> XPs, =$loggedCharacter['xplevel']?>)
+ =$loggedCharacter['name']?>=$loggedCharacter['xps']?>
=$loggedUser['username']?>
diff --git a/www/css/desktop.css b/www/css/desktop.css
index 23a7b798..59488e48 100644
--- a/www/css/desktop.css
+++ b/www/css/desktop.css
@@ -68,6 +68,7 @@ menu li{display:block;margin:0 5%}
menu a,#profile{display:block;padding:15px 0;color:#fff}
#profile{float:right}
+.circlenote{margin-left:15px;background:#bcd75e;border-radius:0.8em;display:inline-block;color:#0f373c;font-weight:bold;line-height:1.6em;text-align:center;width:1.6em;font-size:.8em}
#toggle,.toggle{display:none}
.toggle{display:inline-block;padding:15px 15px 15px 0;position:relative;cursor:pointer;-webkit-touch-callout:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}