<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table#frontlayout {
	width:660px;
	background-color:white;
	border:5px solid white;
}
table#frontlayout th.tile, table#frontlayout td.tile {
	padding:10px;
	border:5px solid white;

}
table#frontlayout th.tile p, table#frontlayout td.tile p {
	margin-top:0.3em;
	margin-bottom:0.4em;
}
table#frontlayout th.tile {
	font-weight:bold;
	background-color:#d0d0d0;
}
table#frontlayout td.tile {
	background-color:#e0e0e0;
	vertical-align:top;
	width:50%;
	font-size:0.8em;
	text-align:justify;
}
table#frontlayout td.imgtile {
	background-color:white;
	vertical-align:middle;
	text-align:center;
	width:50%;
}
table#frontlayout td#top {
	font-size:0.9em;
	background-color:#d0d0d0;
}
#less {
	display:none;
}
#more, #less {
	font-size:0.9em;
}
#whatsnew {
	overflow-y:hidden;
}
#moreorless {
	margin-top:10px;
	text-align:right;
}</pre></body></html>