/*	SiteNotation styles under construction */


.asterisk-in-button {
	font-size: 24px;
}

.asterisk-note {
	margin-top: 25px;
}

.button.with-asterisk {
	padding-top: 6px;
}

#container-for-welcome-screens .top-navigation-menu-for-ancillary-page {
	padding-bottom: 25px;
}

#login-screen h1 {
	color: white;
	font-size: 64px;
}


#open-and-close-all-branches-buttons-for-reviewers {
	/*	temporarily duplicating the styles from #site-buttons here */
	flex: 0 1 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	padding-top: 4px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#open-and-close-all-branches-buttons-for-reviewers button {
	margin-left: 5px;
	margin-right: 5px;
}

#top-nav-go-to-broken-links-tab-link {
	/*	Temporary: Hide the "Broken Links" link in the top navigation menu. If the user is
		authorized to view broken-link reports, the link will be displayed with JS. */
	display: none; 
}


/*
#temporary-top-scroll-threshold-marker {
	position: absolute;
	width: 100%;
	height: 1px;
	border-top: 3px dotted green;
	z-index: 3;
}

#temporary-bottom-scroll-threshold-marker {
	position: absolute;
	width: 100%;
	height: 1px;
	border-top: 3px dotted red;
	z-index: 4;
}
*/

