/* General */ 
.well 
{
	-moz-box-shadow: none;
   	-webkit-box-shadow: none;
   	box-shadow: none;
}

/* Activity one */

.resA, .resB, .resC 
{

min-height:100px;
min-width:30%;
font-size:x-large;
}


.activitypart 
{
	
	text-align: center;
}

.feedback h5 
{
	margin-bottom: 5px;
}

/* Activity two */

#section-2 .activityHolder 
{
	margin-bottom: 20px;
}

p.questionBlock{
	min-height: 100px;
}

.strongest-weakest
{
	height: 200px;
	float: right;
}

.order li, .activitySortableList li.ui-droppable 
{
    font-size: 16px;
    min-height: 50px;
    margin-bottom: 10px;
}

.activitySortableList li.ui-droppable 
{
    position: relative;
    list-style: none;
    cursor: move;
    color: #fff;
    background-color: #78123D;
	margin-bottom: 10px;
}

.ui-draggable.being-dragged 
{
    z-index: 6;
    -webkit-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
    -moz-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
    box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
}

span.sortableElement 
{
	z-index: 5;
	width: 100%;
	background-color: #404E5C;
	color: #fff;
	min-height: 50px;
	margin-bottom: 10px;
	padding: 10px;
	cursor: move;
	display: block;
	text-align: center;
}



@media(min-width 1200px)
{
	.strongest-weakest
	{
		height: 200px;
	}
}
