diff --git a/webclient/app.css b/webclient/app.css
index 0111b78e0282855c3e09550b49f2004b4223f40e..65049c95c9a9d25e2cc8dcc8ce06eb83fa610c04 100644
--- a/webclient/app.css
+++ b/webclient/app.css
@@ -232,6 +232,18 @@ h1 {
     float: right;
 }
 
+.config {
+    position: absolute;
+    z-index: 100;
+    top: 100px;
+    left: 50%;
+    width: 400px;
+    margin-left: -200px;
+    text-align: center;
+    padding: 20px;
+    background-color: #aaa;
+}
+
 .text_entry_section {
     position: fixed;
     bottom: 0;