/*
Project: 16-17_1.13
Resource: 2016-16 news reports
Author: Richy Thomas
Pallette: Dark: #020111; Light: #FFF;
*/


#activity span {
  display: block;
  font-size: 1.1em;
}

.well {
  background: #020111;
  border-radius: 4px;
  color: #FFF;
  margin: 0 0 .2em;
}

.swappableElement {
  cursor: move;
}


/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){



}


/* Large Desktop */
@media(min-width:1200px){



}


/* Print */
@media print {



}