/* with selectivity bump by doubling the class */
.mermaid-container.mermaid-container > pre > svg   {
  /* so it does not take 500px even though the container might be a lot smaller */
  max-width: 100%;
  height: auto;
  max-height: 500px;
  overflow: auto;
}
.mermaid.mermaid .task {
  /* use our corporate colors */
  fill: #bccc6b !important;
  stroke: #97b414 !important;
}

/* only for this specific section disable the now marker */
#window-examples .mermaid  .today {
  display: none !important;
}