<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pickerTable
{
	width: 100%;
}

.pickerTable td
{
	height:30px;
	cursor: pointer;
	border: 1px solid white;
}

.PopupHeadline
{
	line-height: 35px;
	color: white;
	font-weight: bold;
	font-size: 26px;
}

.Introtext
{
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.Infotext
{
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}
</pre></body></html>