/* Status icon colours used in the Project Timeline */
.md-typeset .done {
  color: #2e7d32; /* green */
}
.md-typeset .in-progress {
  color: #ef6c00; /* amber */
}
.md-typeset .planned {
  color: #78909c; /* blue-grey */
}

/* Slightly tighter table cells for the dense module tables */
.md-typeset table:not([class]) td,
.md-typeset table:not([class]) th {
  padding: 0.5em 0.9em;
}

/* Give inline module codes a subtle tint so they stand out in tables */
.md-typeset code {
  font-size: 0.85em;
}
