/* CSS Hacks to Change Postmortem to Incident Review*/
.update.postmortem strong {
  display: none;
}

.update.postmortem {
  color: white;
}
.update.postmortem a:before {
  color: black;
  content: "Incident Review - ";
  font-weight: 700;
  margin-left: -10px;
}