<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* PRINT STYLES */
body {
	background-color: #FFF;
	background-image: none;
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.bodyTopMargin {
	margin-top: 0px !important;	
}
.contactInfo, .availListTitle, #banner, #logoDiv {
	display: none !important;
}
h1 {
	color: #000;
	font-size:16px;
	font-weight:500;
	margin-bottom: 4px;
	margin-top: 0px;
	pading-top: 0px;
}
.printContactInfo {
	color: #000;
	font-weight:500;
	font-size: 14px;
	text-align: center;
	margin-bottom: 8px;
}
#eol {
	color: #000;
	font-size: 10px;
	font-weight: 500;
}
table.listTBL {
	width:80%;
}
.groupTitle_galPlus {
	border-radius: 8px 8px 0px 0px;
}

table.listTBL tbody tr td {
	font-size: 10px;
	font-weight: 500;
	padding-top: 0px;
	padding-bottom: 0px;
}
table.listTBL tbody tr td {
	border-bottom: solid 1px #333;
}

table.listTBL thead#th1 tr:nth-child(1) th:first-child {
	/* FIRST COLUMN OF THE FIRST ROW */
	COMMANDO-border-top-left-radius: 0px !important;
}
table.listTBL thead#th1 tr:nth-child(1) th:last-child {
	/* LAST COLUMN OF THE FIRST ROW */
	COMMANDO-border-top-right-radius: 0px !important;
}

table.listTBL thead tr th {
	font-size: 11px;
	font-weight: 600;
	color: #FFF;
	Xbackground-color: #000 !important;
	background-color: #000;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: solid 2px #000 !important;
}

table.listTBL thead tr th:nth-child(1) {	
	padding-left: 4px !important;
}
#th1 tr {
	display:table-row !important;
}

/* PAGE HEADER */
.printHeader {
	display: block;
	margin-top:0px;		
}

table.printFooter {
	display: table;	
}

.webName {
	display: none;
}
.printLink:link, .printLink:visited, .printLink:hover {
	display:block;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}
table.listTBL tbody tr.colored:hover {
	background-color: transparent !important;
}

table.listTBL {
	width: 100% !important;
}

table.listTBL tr td:nth-child(3), 
table.listTBL tr td:nth-child(4), 
table.listTBL tr td:nth-child(5),
table.listTBL tr td:nth-child(6),
table.listTBL tr td:nth-child(7) {
	font-size: 10px !important;
}

table.listTBL tbody tr td:nth-child(1) {
	padding-left: 5px !important;
	padding-right: 0px !important;
	padding-top:6px;
	padding-bottom: 0px;
	vertical-align: top;
	width: 1px;
}
table.listTBL tbody tr td:nth-child(2) {
	white-space: nowrap;
}	
.webArrow {
	display: none !important;
}
table.listTBL tbody tr td:nth-child(1) img.printArrow {
	height: 9px !important;
	width: 9px !important;
	display: inline !important;
	margin: 0px;
	padding: 0px;
}
.headerLink, .headerLink:link, .headerLink:visited, .headerLink:hover {
	text-decoration: underline;
}

/* Target the last row of all tables with class "listTBL" */
.listTBL tr:last-child {

	/* Target the first child element (first column) */
	&gt; *:first-child,

	/* Target the last child element (last column) */
	&gt; *:last-child {
		border-radius: 0;
	}
}
.date {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.groupName {
	display:none;
}
.mobileNavbar, #mainNavTBL {
	display: none;
}
table#iconLegend {
	display:none;
}
table#printLegend tr td {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 13px;
	white-space: nowrap;
	width: 1px;
}
table#printLegend tr td img{
	height:16px;
	width:16px;
	margin-left: 0px;
	margin-right: 0px;
}
table#printLegend {
	padding: 3px;
}
#printLegend td:nth-child(2), 
#printLegend td:nth-child(4), 
#printLegend td:nth-child(6), 
#printLegend td:nth-child(8) { 
	padding-right: 12px;
}
#printLegend td:nth-child(1) { 
	padding-left: 0px;
}
#printLegend td:nth-child(10) {
	padding-right: 0px;
}

table.prtHeaderTBL {
	margin-top:3px;
	margin-bottom:4px;
}
.prtHeaderTBL td:first-child {
 	vertical-align: middle;
 	text-align: left;
}
.prtHeaderTBL div.printContactInfo {
	margin-bottom: 0px;
	text-align: left;
}

.catIconGrp img.icon, .spacer {
	height:16px;
	width:16px;
}

.spacer {
	border: solid 1px transparent !important;	
}</pre></body></html>