@media print {
	a[href]:after {
		content: none !important;
	}
}

p
{
	font-size: 16px;
}

ul {
    list-style-type: none
}

#activitySortableList, #orderedList
{
    margin-bottom: 3em;
}

 #activity{
/* 	font-size: 1.1em;*/
} 

.ui-droppable {
    cursor: move;
    background-color: #efefef;
    list-style: none;
    position: relative;
    line-height: 1.3em;
	height: auto;
    margin-bottom:5px;
}

span.swappableElement {
    cursor:s-resize;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	background-color: #f2f8ff;
    text-align: center;
    z-index: 5;
    margin-bottom:5px;
    padding:5px;
	font-size: 16px;
}

.ui-draggable.being-dragged {
    background:#357acc;
    color:#fff;
    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);
}

.correctOrder li
{
	background-color: #f2f8ff;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	border: 2px solid #efefef;
}

#prevBtn
{
	display: none;
}

/*feedback*/
#activity-feedback {
	margin-top: 20px;
}
#activity-feedback p, #instructionsTwo {
	display: none;
}
.user-answer .ui-sortable-handle.correct {
	background-color: #56c25b;
}
.user-answer .ui-sortable-handle.incorrect {
	color: #fff;
	background-color: #963a36;
}
.ui-sortable-handle p{
	position: relative;
}
.ui-sortable-handle p i {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
}

.table-striped>tbody>tr:nth-of-type(odd)
{
	background-color: #f2f8ff;
}

.text-entry
{
	height: auto;
	min-height: 6em;
}

.form-control
{
	border-radius: 0px;
}



