.mermaid svg {
	width: 100%;
	height: 40vh; /* JohnG - 20221004 - Causes schema to fill 40% of the viewable height. */
}
.mermaid svg a.clickable g.label { /* JohnG - 20230510 - A clickable label gets a different color. */
  color: #337ab7 !important;
}
