@charset "utf-8";
/* CSS Document */

.dropZone {
  background-color: #cfcfcf;
  border-radius: 4px;
  margin-bottom: 1em;
  min-height: 310px;
  padding: 1em;
  text-align: center;
  color: #000;
}

.draggable, .dropZone .draggable {
  background-color: #9a0300;
  border-radius: 4px;
  color: #FFF;
  cursor: move;
  display: inline-block;
  font-size: 16px;
  padding: .5em;
  text-align: center;
  z-index: 2;
}

.draggable {
  width: 100%;
}

.dropZone .draggable {
  height: auto!important;
  margin-bottom: 6px;
  width: 96%!important;
}

.dropZone .draggable:last-child {
  margin-bottom: 0;
}

#statementStack {
  text-align: center;
}

.alert {
  margin: 1em 0 0;
  font-weight: bold;
}

.alert-danger {
  border: 1px solid #a94442;
}

.alert-success {
  border: 1px solid #3c763d;
}

.all-correct, .total-correct
{
	display: none;
}

.pop-up
{
	display: none;
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 4px;
	margin-top: 20px;
}

.pop-up a
{
	font-weight: 700;
}
