.form-check-table {
  display: inline-block;
  width: 30%;
}

.modal-footer {
  justify-content: flex-start;
}

.table td {
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.table td.call-to-action {
  width: 125px;
}