/*
Project: 16-17_1-24
Author: Richy Thomas
Palette: Color: Red: #9D0B0C; Blue: #241D3C;
*/

#activity span {
  display: block;
  font-size: 1.2em;
  padding: 1em;
}

#activity .well {
  background: #241D3C;
  border-radius: 4px;
  color: #FFF;
  margin: 0 0 .2em;
}

.swappableElement {
  cursor: s-resize;
	
}

.text-input {
	padding:2px;
	
	width:90%;
	border:none;
	background:#FFF;
	cursor: text;
	color:#000;
	z-index:999;
	resize:none
}


/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){



}


/* Large Desktop */
@media(min-width:1200px){



}


/* Print */
@media print {



}