/*
Project: 16-17_2-5
Activity: Pilgrimage Ranking
Author: Richy Thomas
*/



.dropZone {
  background-color: rgba(253,157,0, 0.4);
  border-radius: 6px;
  padding: 1em 0 .2em;
  text-align: center;
}

.dropZone hr {
  border-color: rgba(21,21,21,1);
  margin: 10px 0;
}

.well {
  background-color: rgba(21,21,21,1);
  border-radius: 6px;
  color: rgb(253,157,0);
  cursor: pointer;
  display: inline-block;
  font-size: 1.1em;
  margin-bottom: 0;
  padding: 1em;
  text-align: center;
}

.activitySortableList {
  padding: 0 1em 0;
}

.swappableElement {
  cursor: s-resize;
  margin: 0 0 6px;
}

/* Tablet */
@media(min-width: 768px){



}

/* Desktop */
@media(min-width:992px){



}

/* Large Desktop */
@media(min-width:1200px){



}

/* Print */
@media print {


}