/* Custom tweaks */
.table thead th { white-space: nowrap; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; margin-right: 6px; }
.status-offen { background:#198754; }          /* green */
.status-bearbeitung { background:#fd7e14; }    /* orange */
.status-abgeschlossen { background:#dc3545; }  /* red */

.upload-list a { text-decoration: none; }
.upload-list li { margin-bottom: 4px; }
