.user-input {
  color: #222;
}

/* Override bootswatch/spacelab template color */
.table>:not(caption)>*>*.model-output,
.model-output {
  color: rgb(30, 180, 30);
}

#policy-process-table input.model-output {
  color: rgb(119, 119, 119);
}

.clickable {
  cursor: pointer;
}
