@charset "utf-8";
/* CSS Document */

.feedback {
  visibility: hidden;
  margin-bottom: 0px;
}

.feedback p {
  margin: 0px;
  font-size: 16px;
  display: none;
}

.description
{
  padding: 10px;
  background-color: #cfcce2;
  border-radius: 4px;
}

.dropZone {
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 1em;
  min-height: 300px;
  padding: 1em;
  text-align: center;
}

.dropZone hr {
  border-color: #333;
  margin: 20px 0;
}

.draggable, .dropZone .draggable {
  background-color: #537791;
  border-radius: 4px;
  color: #FFF;
  cursor: move;
  display: inline-block;
  font-size: 16px;
  padding: .5em;
  text-align: center;
  z-index: 2;
  margin: 0px 5px 10px 5px;
}

.dropZone .draggable {
  height: auto !important;
  margin-bottom: 6px;
  width: 96% !important;
}

.dropZone .draggable:last-child {
  margin-bottom: 0;
}

#statementStack {
  margin-top: 20px;
  text-align: center;
}

#statementStack .draggable {
  width: 96%;
}

.feedback p
{
  margin-top: 20px;
}
