
td.col-field-health_status span.data--health_status--healthy,
td.col-field-config_status span.data--config_status--applied {
	background: var(--successAltColor);
}
td.col-field-health_status span.data--health_status--unhealthy,
td.col-field-config_status span.data--config_status--error{

	background: var(--dangerAltColor);
}
/* Hide the API Preview button */
.page-content > .page-header > .btns-group > button:nth-child(1){
	display: none;
}
/* Hide PocketBase references in bottom right footer */
.page-footer > a:nth-child(2),
.page-footer > span:nth-child(3),
	display: none;
}
/* Hide column type icons */
.col-header-content > i {
	display: none;
}
header.page-header > nav.breadcrumbs > div.breadcrumb-item,
div.sidebar-content > a.sidebar-list-item > span.txt,
table.table > thead > tr > th > div.col-header-content > span.txt
{
  text-transform: capitalize;
}
				