<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#show-title {
	font-size: 22px;
	font-weight: bold;
}
#show-loc {
	font-size: 18px;
	margin-bottom: 15px
}
#hotel-info {
	font-size: 15px;
	font-style:italic;
}
#showroom-hrs-txt {
	font-size: 21px;
	font-weight: bold;
	white-space: nowrap;
}
#showroom-hrs {
	font-size: 16px;
}

.ExhibitorListHeader {
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	color: Black;
}

.ExhibitorListRow
{
	padding-bottom:3px;
	font-size: 15px;
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#F5F5F5;
	border-left-style:solid;
	border-left-width:thin;
	border-left-color:#F5F5F5;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#F5F5F5
}

.FaqSection
{
	padding-bottom:25px;
}

.FaqSectionParaStart {
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	padding-bottom: 5px;
}
.centeredContainer {
	display: flex;
	justify-content: center;
	align-items: center;
}</pre></body></html>