/* Screen 1 */

#order li, #activitySortableList li.ui-droppable, span.swappableElement {
  border-radius: 7px;
  color: #FFF;
  font-size: 20px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

#activitySortableList li.ui-droppable {
  background-color: rgba(29,78,137,0.15);
  cursor: move;
  position: relative;
  margin-bottom: 2px!important;
}

#order li {
  background-color: rgba(0, 46, 91, 1);
  margin-bottom: 2px!important;
}

 span.swappableElement {
  background: rgba(253, 228, 40, 1);
  color: #333;
  font-weight: 700;
  font-size: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.ui-draggable.being-dragged {
  background: #666;
  opacity: 0.7;
  z-index: 6;
}

#feedback {
  margin-top: 20px;
}



/* Tablet */
@media(min-width: 768px){


}

/* Desktop */
@media(min-width:992px){


#order li, #activitySortableList li.ui-droppable, span.swappableElement {
  font-size: 30px;
}

}

/* Large Desktop */
@media(min-width:1200px){


}

/* Print */
@media print {


}