.bubble{
	border-radius:10px;
	background-color: LightBlue;
	color:#fff;
	width:100%;
	margin-bottom:20px;
	padding:10px;
}

.text-entry{
	border-radius:5px;
	background-color: #fff;
	border: 1px solid DarkBlue;
	color: DarkBlue;
	width:100%;
	min-height:18px;
	margin-bottom:10px;
}

.suggestions{
	border-radius:5px;
	background-color: DarkBlue;
	font-size:20px;
	color: LightBlue;
	font-weight:800;
	min-height:18px;
}

.hidden{
	display:none;
}

.margin-bottom-md {
  margin-bottom: 14px;
}
.margin-bottom-lg {
  margin-bottom: 28px;
}

.incorrect, .drag-incorrect {
  background-color: #9a2222 !important;
  color: #FFF !important;
}

.correct, .drag-correct {
  background-color: #3da759 !important;
  color: #FFF !important;
}

.drag-correct, .drag-incorrect {
  border: none !important;
}

.wjec-drag .fa-times, .wjec-drag .fa-check {
  display: none;
}

span.wjec-drop{
	width:75px !important;
	height:40px !important;
}