font-size: 0.7em;
white-space: nowrap;
text-align: center;
+ display: none;
}
header .dropdown-menu {
margin: 1em;
}
+#loading {
+ display: none;
+ position: absolute;
+ top: 0;
+ width: 100%;
+ background-color: #eee;
+ z-index: 100;
+ padding: 10px;
+ text-align: center;
+}
+
#error-overlay {
text-align: center;
font-style: italic;