#squaretype-choice, #squaremodifier-choice {
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  z-index: 200;
  overflow-y: scroll;
  padding: 10px;
  border-left: 1px solid black;
}
#squaretype-choice {
  top: 0;
  right: 0;
  height: 50%;
  border-bottom: 1px solid black;
}
#squaremodifier-choice {
  bottom: 0;
  right: 0;
  height: 50%;
}
#tool-choice {
  position: absolute;
  background-color: white;
  z-index: 200;
  padding: 10px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  top: 0;
  right: 96px;
}
#square-range {
  width: 40px;
  text-align: center;
}
.nochange {
  display: block-inline;
  font-size: 10px;
  text-align: center;
  color: white;
  background-color: black;
}
.nochange, .map-edit-choice {
  border: 1px solid black;
  width: 40px;
  height: 40px;
}
