.stuff_options_panel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.nagr_selection_form {
	margin: 0;
	display: block;
}

.nagr_selection_form > div {
	display: flex;
	align-items: center;
}

.nagr_selection_form > div:not(:first-child) {
	margin-top: 15px;
}

.nagr_selection_form select {
	margin: 0 0 0 5px;
}

.glyphicon.glyphicon-new-window {
	font-size: 10px;
	margin-left: 5px;
	margin-right: 0;
}

.teacherstufftable {
	margin-top: 1em;
	table-layout: auto !important;
}

.teacherstufftable td > div {
	word-break: break-word;
}

h1.no-stuff {
	margin-top: 15px;
}

h2.must-login {
	margin: 20px 0;
}

@media screen and (max-width: 980px) {
	.stuff_options_panel > div {
		text-align: left !important;
		width: 100%;
	}
	.nagr_selection_form > div:last-child {
		margin-bottom: 15px;
	}
}