/* V210B4: hide old debug/admin/performance/sync panels only */
#mcAdminMonitorPanel,
#mcV205PerfPanel,
#mcV204SyncStatus,
#mcV210B4SyncStatus,
#mcSyncDebugPanel,
#mcPerformancePanel,
#mcAdminPanel,
[id*="AdminMonitor"],
[id*="Performance"],
[class*="admin-monitor"],
[class*="performance-panel"],
[class*="sync-debug"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
