.web-page {
	align-items    : center;
	flex-direction : column;
}

.view-web-page-container {
	bottom   : 0;
	left     : 0;
	position : absolute;
	right    : 0;
	top      : 0;
}

.web-page-top {
	background     : transparent !important;
	border-bottom  : none !important;
	flex-direction : row-reverse;
	max-width      : 1300px;
	min-height     : 7px;
	padding        : 0 !important;
	width          : 100%;
	z-index        : 999;
}

.staff-header.web-page-top {
	height : 31px;
}

.web-page-top.lifted {
	box-shadow : 1px 1px 4px #eee;
}

.web-page-top .back-link {
	flex-direction : row-reverse;
	margin         : 0.5rem 1rem;
}

.header-title-extra .back-link {
	color : #2f2f2f !important;
}

/* Teacher Programs */
.site-content > center > table {
	border : none !important;
}

.web-page-tab-content .gradebook-grid-title-container {
	margin : 0;
}

.web-page-tab-content .student-assignments-container {
	margin : 0;
}

.web-page-tabs .web-page-tab-content .grid-top-buttons {
	margin     : 0;
	min-height : 0;
}

.web-page-tab-content .gradebook-grid-title {
	color        : #222;
	flex-grow    : 1;
	margin-right : 1rem;
	width        : unset;
}

.gradebook-grid-title-middle {
	flex-direction : row;
	flex-grow      : 1;
	margin-top     : 0.5rem;
}

.web-page-tab-content .grades-grid-container {
	margin-top : 1rem;
}

.web-page-tab-content .student-note {
	flex-grow : 0 !important;
	margin    : 0.5rem 0 1rem;
}

.web-page-main-content-fill>.web-page-tabs>.web-page-tab-content .student-gb-grades-weighted-grades-container {
	flex-grow     : 0;
	margin        : 0;
	margin-bottom : 1rem;
}
