.task-list-item {
  list-style-type: none;
  color: red;
}

.task-list-item input {
  margin: 0 4px 0.25em -20px;
  vertical-align: middle;
}

