* {
  box-sizing: border-box;
}

body {
  padding: 0 5%;
}

#border-row {
  background-color: black;
}

.test {
  /* border: 1px solid black; */
  white-space: nowrap;
  overflow-x: scroll;
}

#output {
  width: 100%;
  border: 1px solid black;
  white-space: nowrap;
  overflow: scroll;
}

.palam-1 {
  width: 25px;
  text-align: center;
}

.palam-2 {
  width: 480px;
}

.palam-3 {
  width: 67px;
  text-align: center;
}

#checkbox-zone {
  display: flex;
}

#checkbox-zone  span{
  border: 1px solid black;
  background-color: plum;
}
