.thetopbar {
	position: fixed;
	display: inline-block;
	background: #ffd90f;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	z-index: 1;
	border-bottom: solid #18253a medium;
}

.skipNav {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.mdarchheading {
	margin-top: 5px;
	color: black;

	line-height: 110%;
	font-size: 1.2em;
	margin-bottom: 0px;
	font-weight: 400;
	text-align: center;
}

.mdmanualpubdate {
	color: black;
	margin-top: 0px;
	line-height: 110%;
	font-size: 1.2em;
	margin-bottom: 0px;
	font-weight: 400;
	text-align: center;
}

.mdmannotice {
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: black;
	margin-top: -1%;
	line-height: 1;
	margin-bottom: 1px;
	margin-top: 1px;
	font-size: 1em;
	letter-spacing: 1px;
	text-align: center;
}

@media (min-device-width: 1200px) {
	#MobileNav {
		padding-top: 75px;
	}
}

@media (max-device-width: 1200px) {
	#MobileNav {
		padding-top: 110px;
	}
}
