﻿.red-label {
	margin-top: 12px;
	font-size: 14px;
	vertical-align: middle;
	color: #AF0000;
	font-family: Arial;
	font-weight: bold
}

.site-black-bar-links {
	background-color: #295D92 !important;
	padding-top: 7px;
	padding-bottom: 7px;
}
.site-black-bar-links a {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 30px;
	margin-right: 20px;
}

/* Increase every visible element on this page by 5%. */
.legacy-content {
	font-size: 110%;
	transform: scale(1.10);
	transform-origin: top left;
	width: 95.238095%;
}

@supports (zoom: 1) {
	.legacy-content {
		zoom: 110%;
		transform: none;
		width: auto;
	}
}

