

ul.checkbox {
  list-style-type: none;
  padding-left: 2ch;
  text-indent: 0ch;
}


.checkbox label {
  width: 95%;
}


[type=checkbox],
[type=radio] {
  width: 2ch;
  height: 1rem;
  line-height: 1rem;
  margin-right: 1ch;
  vertical-align: top;
  transform: translateY(20%)
}