/* The text of the category names the for-sale page is broken into */
span.categoryName
{
	font-size: larger;
}

/* The table containing the categories the for-sale page is broken into */
tbody.categories
{
	vertical-align: top;
	font-size: smaller;
}

/* The table of species-forsale status pairs */
table.speciesSummary
{
	font-size: smaller;
	width: 300px
}
