.triage-steps .triage-step.hidden, .outcomes .outcome.hidden {
  display: none;
}

.triage-steps .triage-step {
  padding-top: 50px;
}

.jumbotron {
  background-color: #ff8080;
}

.btn[data-link], .btn[outcome-link] {
  height: 100px;
  margin: 0px 10px;
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
}