.listContainer {
	margin-left: 20px;
}

.userList ul {
	width: 80%;
	overflow: hidden;
	text-align: left;
}

.userList li {
	line-height: 1.5em;
	text-align: left;
}

/*.double ul {
	width: 80%;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: left;
}

.double li {
	line-height: 1.5em;
	float: left;
	display: inline;
	width: 50%;
	text-align: left;
}*/

#saveButtonContainer {
	width: 99%;
	padding: 5px;
	text-align: right;
}

.tabHeader {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0;
	background-color: #C1E1FF;
	margin-bottom: 5px;
}

.tabNavButtons {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 10px;
	overflow: auto;
}

#assignment-users-type-title {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	padding: 0 10px 10px;
}

.blue {
	color: #0000EE !important;
}

#assignments-users-assigned-students {
	display: none;
	text-align: left;
}

.assignments-users-utilLinks {
	text-align: center;
	padding-bottom: 1em;
}

.assignments-users-utilLinks a {
	padding: 0 3px;
	color: #0000EE;
}

#assignments-users-assigned-students-container {
	border: 1px black solid;
	width: 100%;
	height: 300px;
	overflow: auto;
	text-align: left;
}

.shadeDiv {
	background-color: #E8E8E8;
}

#newAssignNote {
	font-size: .8em;
	/*width: 100%;*/
	text-align: center;
	margin: 15px;
}

.white {
	color: white;
}

ul.step-tabs li:first-child {
	margin-left: 7px;
}

#assignments-questions-selected-container {
	margin: 1em auto;
}

.tab-action-container {
	margin: 2em auto;
	text-align: center;
}

.hoverImage:hover {
	cursor: pointer;
}

.assignment-users-container {
	margin: 0 auto;
	width: 50%;
	text-align: center;
}

.assessments-container
,.word-groups-container
,.open-passages-container {
	width: 95%;
	margin: auto;
	overflow-y: auto;
}

.assessments-container {
	max-height: 200px;
}

.word-groups-container {
	/*max-height: 400px;*/
}

.assessments
,.word-groups
,.open-passages {
	width: 100%;
	margin: auto;
}

tr.assessment-selected td {
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	color: red;
}

.click-to-select {
	margin: 1.5em auto 0;
	text-align: center;
	font-size: .9em;
	font-style: italic;
}

.or-option {
	margin: 1.5em auto 1em;
	text-align: center;
	font-weight: bold;
}

.word-groups.selected tbody tr:not(#selected-row-empty)
,.open-passages.selected tbody tr:not(#selected-row-empty) {
	cursor: move;
}

#assignment-step-3-w {
	display: none;
}