#order, #activitySortableList {
	margin-top: 10px;
	padding: 0px;
}

#order {
	padding-right: 5px;
}

#activitySortableList {
	padding-left: 5px;
}

#order li {
	padding; 15px; 
	background-color: #a4a8b1;
}

#order li, #activitySortableList li .swappableElement {
  height: 100%;
  height: 70px;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 16px;
}

#activitySortableList li .swappableElement {
  cursor: move;
  display: block;
  background: #fc7753;
  color: #FFF;
}

.ui-droppable {
  margin-bottom: 15px!important;
}

.ui-draggable.being-dragged {
  background: #52b8ce !important;
  cursor: move;
  box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
  -moz-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
  -webkit-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
   z-index: 6;
}

.totalCorrectHolder {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.totalCorrectHolder.alert {
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
}

.totalCorrectHolder.alert-warning {
  border: 1px solid #8a6d3b;
}

.totalCorrectHolder.alert-success {
  border: 1px solid #3c763d;
}

.activity-feedback p {
  display: none;
}

@media (min-width: 992px) {
	#order li, #activitySortableList li .swappableElement {
		height: 90px;
	}
}

@media (min-width: 1200px) {
	#order li, #activitySortableList li .swappableElement {
		height: 70px;
	}
}