<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
div.stky-footer {
	display: none !important;
}

div.highlighted-info, ul.bordered {
	border: #ddd solid 1px;
	border-bottom-width: 8px;
	font-size:.8rem;
	font-family:'Open Sans', sans-serif;
}

div.highlighted-info {
	padding:20px;
	padding-top:40px;
	margin-bottom:20px;
}

div.highlighted-info h2, div.highlighted-info h3 {
	font-size:1rem;
	font-weight:bolder;
}

div.highlighted-info p {
	font-size: .9rem;
}

.interior-content ul.bordered {
	padding-top:20px;
	padding-bottom:20px;
}

/* Bootom Contact Style */

blockquote.contact h4 {
	font-size:1rem;
	line-height:1em;
}
blockquote.contact h4 span{
	display:block;
	font-size:.8rem;
	color: #00703c;
}	

/* Steering Committee Table */

.table-container {
	overflow-x: auto;
	margin-bottom: 30px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

table.steering {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse;
	font-size: .8rem;
}

table.steering caption,
table.steering th {
	background-color: #2c3e50;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

table.steering caption {
	border-radius: 8px 8px 0 0;
}

table.steering th {
	background-color: #00703c;
}

table.steering th, 
table.steering td {
	padding: 10px;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: top;
}

table.steering tr:nth-child(even) { background-color: #f2f2f2; }
table.steering tr:nth-child(odd) { background-color: white; }
table.steering tr:hover { background-color: #e3f2fd; }

table.steering .role { font-weight: bold; color: #2c3e50; }
table.steering .title { 
	display: block; 
	margin-top: 5px;
	color: #7f8c8d;
	font-size:.7rem;
	line-height:1.2em;
}

/* Accordion Rotating Icons */

.rotate-icon {
	transition: transform 0.3s ease;
}
/* Rotate icon when parent is expanded */
.accordion-toggle[aria-expanded="true"] .rotate-icon {
	transform: rotate(180deg);
}

@media (max-width: 768px) {
	table.steering th, 
	table.steering td { padding: 10px 8px; }
}
</pre></body></html>