<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.singleabstract
{
	width: 98%;
	margin-bottom: 5px;
	font-family:Arial, sans-serif;
	background-color: #eee;
	overflow: hidden;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}
.abstitle,
.absauthor,
.abstopic
{
	background-color: #000;
	font-size: 10pt;
	font-family:Arial, sans-serif;
	text-indent: 10px;
	color: #eee;
	width: 100%;
	cursor: default;
}
.abstopic
{
	padding-bottom: 8px;
	color: #c33;
}
.absauthor .affil
{
	font-size: 8pt;
	line-height: 7px;
	padding-left: 10px;
}
.accepted
{
	background-color: #070;
	color: #eee;
}
.isposter,
.yesposter
{
	background-color: #030;
	color: #eee;
}
.rejected
{
	background-color: #700;
	color: #eee;
}
.undecided,.pending
{
	background-color: #000;
	color: #eee;
}
.unassigned
{
	background-color: #ee7;
	color: #222;
}
.abscontrols
{
	width: 9%;
	float: left;
	height: 230px;
	padding: 5px;
	padding-right: 0px;
	display: inline;
}
.topabscontrols
{
	width: 100%;
	font-size: 10pt;
	font-family:Arial, sans-serif;
//	height: 25px;
	padding: 2px;
//	display: inline;
	text-align: center;
	border-bottom: solid black 1px;
	background-color: #777;
	color: #eee;
}
.abscomments
{
	width: 100%;
	font-size: 10pt;
	font-family:Arial, sans-serif;
//	height: 25px;
	padding: 2px;
//	display: inline;
	text-align: center;
	border-bottom: solid black 1px;
	background-color: #777;
	color: #eee;
}
.absbody
{
	width: 88%;
	float: right;
	padding: 5px;
	border-left: solid black 1px;
	display: inline;
	background-color: #fca;
	background-color: #654;
}

.instructions h3
{
	font-size: 24px;
}
.instructions h4
{
	font-size: 18px;
}
.instructions ul
{
	width: 60%;
	margin-bottom: 16px;
}
.instructions li
{
	padding: 3px;
}
.instructions p
{
	font-size: 14px;
	margin-bottom: 16px;
}
.underlinethis
{
	text-decoration: underline;
	font-weight: bold;
}
</pre></body></html>