#sortingSortable li
{
	background-color: rgba(162,116,124,1);
	list-style-type: none;
	padding: 5px 10px;
	color: #fff;
	cursor: pointer;
	height: 60px;
	position: relative;
	border-bottom: solid 2px #fff;
	font-size: 16px;
	line-height: 3em;
}

#sortingSortable li span
{
	position: absolute; 
	left: 0;
	top: 0;
	height: 60px;
	background-color: rgba(110,37,50,1);
	width: 100%;
	text-align: center;
	padding: 5px 10px;
	font-size: 16px;
	border-bottom: solid 2px #fff;
}

.element.being-dragged
{
	background-color: rgba(110,37,50,1);
    -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);
	z-index:1;
}

#order li
{
	background-color: #E5DBCF;
	list-style-type: none;
	padding: 5px 10px;
	border-bottom: 2px solid #fff;
	font-size: 16px;
	height: 60px;
	line-height: 3em;
}

#totalCorrectHolder
{
	text-align: right;
}

#activityButtons
{
	margin-bottom: 10px;
}