h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

td {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt !important;
	;
	font-weight: bold;
	line-height: 14pt !important;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.greybar {
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	line-height: 2px;
}

A {
	color: black;
	text-decoration: underline;
}

A:hover {
	color: blue !important;
}

.italics {
	color: white;
	font-style: italic;
}

.tasty_pink {
	color: #ff00ff;
	font-style: italic;
}


.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	background-color: #CCCCCC;
	text-indent: 20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.box_cascade {
	position: relative;
	/*float: left;*/
	width: 250px;
	height: 250px;
	background: #F5F5F5;
	color: #000;
	padding: 20px;
	border-radius: 25px;
	margin: 10px;
	text-align: left;
}

.smalllink {
	position: relative;
	width: 290px;
	height: 50px;
	background: #eee;
	color: #000;
	padding: 10px;
	/*border:1px solid black;*/
	border-radius: 25px;
	/* rounded corners*/
}

.smalllink_text_cascade {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;

}

.box_text_cascade {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-decoration: none;
}

.box:hover {
	cursor: hand;
	cursor: pointer;
	opacity: .9;
}

a.divLink {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	z-index: 10;
	background-color: white;
	opacity: 0;
	filter: alpha(opacity=0);
}

a.smalldivLink {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	z-index: 10;
	background-color: white;
	opacity: 0;
	filter: alpha(opacity=0);
}

.parent {
	position: relative;
	float: left;
	width: 300px;
	height: 300px;
	background: #eee;
	color: #000;
	padding: 20px;
	border: 1px solid black;
	border-radius: 25px;
	margin: 10px;

}

.child {
	position: absolute;
	width: 140px;
	height: 140px;
	background: #cccccc;
	color: #000;
	border-radius: 25px;
	padding: 10px;
	margin: 5px;
}

.child_text {
	color: #ff00ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.bottom {
	font-weight: normal !important;
	text-align: center !important;
	font-style: oblique !important;
	font-size: 9pt;
}

.rHPO {
	border-bottom: 2px solid #c71585;
	border-right: 2px solid #c71585;
}

.MT {
	border-bottom: 2px solid #00ffff;
	border-right: 2px solid #00ffff;
}

.MT2025 {
	border-bottom: 2px solid #635fdc;
	border-right: 2px solid #635fdc;
}

.GD {
	border-bottom: 2px solid blue;
	border-right: 2px solid blue;
}

.HM {
	border-bottom: 2px solid red;
	border-right: 2px solid red;
}

.AM {
	border-bottom: 2px solid black;
	border-right: 2px solid black;
}

.MD {
	border-bottom: 2px solid #2dff00;
	border-right: 2px solid #2dff00;
}

.RS {
	border-bottom: 2px solid #ff00ff;
	border-right: 2px solid #ff00ff;
}

.CNVi {
	border-bottom: 2px solid #707173;
	border-right: 2px solid #707173;
}

.ePOSSUM {
	border-bottom: 2px solid pink;
	border-right: 2px solid pink;
}

.FABIAN {
	border-bottom: 2px solid rgb(255, 240, 0);
	border-right: 2px solid rgb(255, 240, 0);
}

.FABIAN26 {
	border-bottom: 2px solid #ffb200;
	border-right: 2px solid #ffb200;
}

.SAMS {
	border-bottom: 2px solid #5B2A8C;
	border-right: 2px solid #5B2A8C;
}

.GenDaB {
	border-bottom: 2px solid #3995C6;
	border-right: 2px solid #3995C6;
}

.DrawPed {
	border-bottom: 2px solid lightblue;
	border-right: 2px solid lightblue;
}

.img_link {
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin: 0;
	display: block;
}

.info-banner {
	color: white;
	font-weight: bold;
	font-size: 14pt;
	background-color: firebrick;
	padding: 10px;
}

.box_cascade.offline {
	opacity: 0.45;
	filter: grayscale(100%);
	pointer-events: none;
	cursor: not-allowed;
}

.box_cascade.offline .box_text_cascade {
	color: #666666;
}

.grid-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
}

.replacement_note {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 140px;
	font-size: 8pt;
	font-style: italic;
	color: firebrick;
	margin: 0;
	line-height: 1.2;
}