body.checkmate .response:before {
  content: " – "
}
body.checkmate .checklist.no-dash .response:before {
  content: ""
}
body.checkmate .response {
  text-align: left;
  border: none;
}

body.checkmate .checklist.block .response:before {
  content: "";
}
body.checkmate .checklist.block .response {
  text-align: right;
  border-bottom: 1pt dashed #c6c6c6;
}
