.scrollable {
  vertical-align: top;
  padding-top: 14px;
  font-size: 0.85em;
  width: auto;
  height: 450px;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  overflow-x: scroll;
}

#checklist-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border: 1px solid #050404;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}