/* this class is to allow space for dragging an item
below a stimulus at the bottom of a long quiz */
.bottomPadding {
  padding: var(--xxl-padding);
}

.hide {
  display: none;
}
