.dropZone {
  background-color: rgba(29,78,137,0.15);
  border-radius: 6px;
  margin-bottom: 2em;
  min-height: 380px;
  padding: 1em 0 .5em;
  text-align: center;
}

.dropZone h2 {
  color: rgba(51,51,51,1);
  margin-bottom: .5em;
}

.dropZone hr {
  border-color: rgba(208,208,208,1);
  margin: 10px 0;
}

.draggable, .dropZone .draggable {
  background-color:  #002171;
  border-radius: 6px;
  color: rgba(255,255,255,1);
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  padding: .5em;
  text-align: center;
  z-index: 2;
}

.draggable {
  width: 100%;
  cursor: move;
}

.dropZone .draggable {
  height: auto!important;
  margin-bottom: 6px;
  width: 96%!important;
}

.dropZone .draggable:last-child {
  margin-bottom: 0;
}

#statementStack {
  text-align: center;
}

.alert {
  font-weight: bold;
  margin: 2em 0 0;
  padding: 12px 15px;
}

/* Tablet */
@media(min-width: 768px){


}

/* Desktop */
@media(min-width:992px){


}

/* Large Desktop */
@media(min-width:1200px){


}

/* Print */
@media print {


}