.is-hidden {
	display: none !important;
}

.hbs-grading-tools {
	position: fixed;
	top: 32px;
	width: 50%;
	background: #32373c;
	padding: 30px;
	color: #ffffff;
	z-index: 6;
}

.form--grading-tools input {
	width: 100%;
	vertical-align: middle;
}

.form--grading-tools input[type=checkbox] {
	width: auto;
	display: inline;
	vertical-align: text-top;
	margin-right: 10px;
}

.grading-tools__fields {
	margin-bottom: 20px;
}

.form--grading-tools textarea {
	width: 100%;
	height: 150px;
	vertical-align: middle;
	padding: 6px;
}

.instructor-tools-sticky {
	position: relative;
	top: 3px;
}

@media ( max-width: 600px ) {
	.hbs-grading-tools {
		width: 100%;
	}

	.form--grading-tools input,
	.form--grading-tools textarea {
		width: 100%;
	}
}

/* Student submission styles */
.insert-media {
	font-family: sans-serif;
}

.signup--header {
	font-weight: bold;
	margin-bottom: 2px;
}

.signup--copy {
	margin-top: 15px;
}

.signup--copy:disabled, .signup--copy:disabled:hover {
	background: #333;
}

.signup--hidden {
	opacity: 0;
	margin: 0;
	height: 0;
}

.signup--login-remember {
	margin-top: 10px;
}

.signup--remember {
	display: inline;
	margin-left: 2px;
}
