<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cats {
	width: 100%;
	background: rgba(34, 34, 34, 0);
}
.cats td {
	font-size: 14px;
	vertical-align: top;
	padding: 5px;
}
.cat {
	padding: 4px;
}
.subcat {
	font-size: 90%;
}
.catinfo {
	font-size: 90%;
}
.itemlist {
	width: 100%;
	border-spacing: 5px;
}
.itemlist td {
	background: rgba(34, 34, 34, 0);
	border: #eee 0px solid;
	padding: 2px;
}
.itemdesc {
	width: 80%;
}
.bord .imgbord, .wide .imgbord, .itemlist .imgbord {
	max-width: 120px;
	max-height: 90px;
}</pre></body></html>