+}
+
+#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;
+ padding: 2em;
+ background-color: #ffa0a0;
+ margin-bottom: 2em;
+}
+
+.btn-outline-secondary {
+ background-color: white;