body {
  font-weight: 300;
}
div.view + input {
  display: none;
}
[data-id].editing div.view + input {
  display: inherit;
}
[data-id].editing div.view {
  display: none;
}
input.entry {
  position: relative;
  font-size: 24px;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  color: #484848;
  padding: 12.5px 5px;
  margin: 0 0 0 2.23em;
  width: calc(100% - 2.23em);
  line-height: 1.4em;
  box-sizing: border-box;
  border: 1px solid #999;
  box-shadow: inset 0 -1px 5px 0 rgb(0 0 0 / 20%);
}
.todo-list li label, input.entry {
  font-weight: 300;
}
:focus,
.toggle:focus + label,
.toggle-all:focus + label {
	box-shadow: none;
}
