diff --git a/server.html b/server.html
index 979987d2..6f763d27 100644
--- a/server.html
+++ b/server.html
@@ -379,6 +379,26 @@ td
{
text-transform: none;
}
+
+
+#shield
+{
+ position: absolute;
+ background-color: #fff;
+ background-color: rgba(255, 255, 255, 0.5);
+ left: 0;
+ top: 60px;
+ z-index: 5;
+
+ width: 100%;
+ height: 100%;
+
+ color: #505050;
+ font: normal bold 11pt Arial, sans-serif;
+ text-align: center;
+ padding: 50px 0 0 0;
+}
+
@@ -414,7 +434,25 @@ td