#instruction-two-three, #activity-controls, #screen-two, #screen-three
{
	display: none;
}

#check-btn-one, #reset-btn-one, #check-btn-two, #reset-btn-two
{
	display: none;
}

.change-screen-control
{
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 20px;
	border-radius: 5px;
}

.change-screen-control:hover
{
	color: #fff;
}

#screen-two-button
{
	background-color: #006575;
}

#screen-two-button:hover
{
	background-color: #126b79;
}

#screen-three-button
{
	background-color: #c76a5a;
}

#screen-three-button:hover
{
	background-color: #d07a6b;
}

thead
{
	font-size: 21px;
}

.column-one li, .column-two li
{
	padding: 15px 0px;
}

.activitySortableList li
{
	background-color: #da9b94;
	height: 100%;
	height: 60px;
}

.activitySortableList li .swappableElement {
	height: 100%;
	height: 60px;
	padding: 15px;
	cursor: move;
	display: block;
	background-color: #d87468;
	color: #fff;
}

.ui-droppable {
	margin-bottom: 5px!important;
}

.ui-draggable.being-dragged {
	background: #FFF;
	cursor: move;
	box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
	-moz-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
	-webkit-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
	z-index: 6;
	width: 100%;
}

.list-unstyled li
{
	margin-bottom: 5px;
	height: 60px !important;
	height: 100%;
}

.feedback
{
	display: inline-block;
	padding-right: 10px;
}

.fa-check, .fa-times
{
	color: #fff;
}

li .swappableElement i
{
	position: absolute;
    right: 15px;
    float: right;
	padding-top: 5px;
}