#statementStack {
  margin-top: 3rem;
  text-align: center;
}

.dropZone h4 {
  color: #000;
  padding: 1.5rem 0;
  margin: 0;
}

.draggable {
  background-color: #663399;
  border-radius: 6px;
  border: 1px dotted #fff;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
  min-height: 45px;
  padding: 0.5rem;
  padding: 0.5rem;
  text-align: center;
  z-index: 2;
}

.dropZone {
  background-color: rgba(29, 78, 137, 0.15);
  color: #9A12B3;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  height: auto;
  margin-top: 3rem;
  min-height: 450px;
  padding: 20px 10px;
  text-align: center;
}

.dropZone .draggable {
  background-color: #663399;
  border-radius: 6px;
  border: 1px dotted #fff;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: .5rem;
  min-height: 45px;
  padding: 0.5rem;
  padding: 0.5rem;
  text-align: center;
  z-index: 2;
}

span.draggable.ui-draggable.ui-draggable-handle {
  height: auto!important;
  width: 100%!important;
}