.draggable {
  border: 1px solid black;
  white-space: nowrap;
  width: auto;
  padding: 3px;
  background-color: white;
  text-align: center;
  box-shadow: 1px 1px 5px gray;
  border-radius: 1px;
  position: absolute;
}

.draggable:hover {
  cursor: pointer;
}