/* Activity one */

.carousel-controls, .well, .suggestions, .discussion-btn
{
	margin-top: 20px;
}

#section-1 .text-entry 
{
	margin-top: 85px;
}

.button-container
{
	text-align: center;
	padding: 15px;
	background-color: #fbf1f5;
	border-radius: 4px;
	margin: 20px 0px 0px 0px;
}

.collapse ul
{
	margin-top: 20px;
}

.collapse ul li
{
	text-align: left;
}

/* Activity two */

#section-2 .text-entry 
{
	min-height: 50px !important;
}

#section-2 h4 
{
	text-align: center;
	margin-top: 10px;
}

/* Activity three */

.drop-zone {
  background-color: #eee;
  border-radius: 4px;
  margin-bottom: 1em;
  min-height: 380px;
  padding: 1em;
  text-align: center;
}

.draggable, .drop-zone .draggable {
  background-color: #AD1457;
  border-radius: 4px;
  color: #FFF;
  cursor: move;
  display: inline-block;
  font-size: 16px;
  padding: .5em;
  text-align: center;
  z-index: 2;
}

.draggable {
  width: 100%;
}

.drop-zone .draggable {
  height: auto!important;
  margin-bottom: 6px;
  width: 96%!important;
}

.drop-zone .draggable:last-child {
  margin-bottom: 0;
}

#statement-stack {
  text-align: center;
}

@media print{
	.well, .eye, #suggestions {
		display: none;
	}
}
