<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">td.thumb-large
{
	height: 280px;
	width: 272px;
}
td.thumb-middle
{
	height: 136px;
	width: 102px;
}
td.thumb-small
{
	height: 88px;
	width: 72px;
}
tr.thumb &gt; td
{
	border: 1px dashed #ffffff;
}
tr.thumb &gt; td[class*="thumb-"]:hover
{
	color: inherit;
	background: linear-gradient(#dceafc, #c1dbfc);
	border: 1px solid #7da2ce;
	border-radius: 4px;
	cursor: pointer;
}
tr.thumb &gt; td &gt; a
{
	display: block;
}
</pre></body></html>