select {
  display: block;
  margin-top: 10px;
  border: none;
  border-bottom: 1px solid #9e9e9e;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  opacity:1;
  pointer-events: auto;
  width : auto;
  position: relative;
  display: inline;
  margin-right: 10px;
}