.system-status-report__entry--warning {
	display: none !important;
}

#warning {
	display: none;
}

.system-status-report__entry--error {
	display: none;
}

#error {
	display: none;
}

.system-status-report-counters__item:first-child,
.system-status-report-counters__item:nth-child(2) {
display: none;
}