<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#catbytag,
.catbytag,
#catbytag a,
.catbytag-column-heading,
.catbytag-column-heading a {
	vertical-align:bottom;
	text-align:left;
	font-weight:normal;
}

#catbytag th,
#catbytag td {
	border:1px solid #ccc;
	width:1em;
}

th.catbytag-title {
	vertical-align:bottom;
	height: 7em !important; /* Ajust manually to set the height of your Header row*/
	white-space:nowrap;
}

.catbytag_CSS3,
#catbytag-column-heading .catbytag_CSS3 {
	margin: 0 0 -2px 4px;
	white-space:nowrap;
	max-width:0.5em;
	-ms-transform: rotate(-90deg); /* Nifty Rotate Text thing for IE 9 */
	-webkit-transform: rotate(-90deg); /* Nifty Rotate Text thing for Chrome, Safari, Opera */
	transform: rotate(-90deg); /* Nifty Rotate Text thing for Other CSS3 Browsers */
}

.catbytag_IE8ONLY,
#catbytag-column-heading .catbytag_IE8ONLY { /*Nifty Rotate Text thing for Internet Explorer (IE 8)*/
	height: 7em !important; /* Ajust manually to set the height of your Header row*/
	writing-mode: tb-rl !important;	/* If problems in IE delete tb-rl */
	filter:fliph flipv !important;	/* If problems in IE delete */
}
.catbytag_IE7,
#catbytag-column-heading .catbytag_IE7 { /* Stacked text alternative */
	max-width:0.5em;
	word-wrap: break-word;
	font-family:'Lucida Console',Monotype;
	vertical-align:bottom;
}

#catbytag h3{
	font-weight:normal;
	padding:0 0.5em;
}
</pre></body></html>