
table.fish
{
	width: 100%;
	margin: 0px 0px 10px 0px;
	border-collapse: collapse;
}

table.fish th
{
	padding: 0px 2px 8px 2px;
	font-size: 11px;
	font-weight: bold;
	color: #069;
	text-align: left;
}

table.fish td
{
	border: 1px solid #069;		
	padding: 5px;
	vertical-align: top;
}

table.fish td.fishname
{
	font-weight: bold;
}

table.fish tr th.recipes, table.fish tr th.recipes select
{
	width: 100px;
}

table.fish tr th.seafood-name, table.fish tr th.seafood-name select,
table.fish tr th.seafood, table.fish tr th.seafood select
{
	width: 125px;
}

table.fish tr th.characteristics, table.fish tr th.characteristics select
{
	width: 120px;
}

table.fish tr th.colorwhencooked, table.fish tr th.colorwhencooked select
{
	width: 125px;
}

table.fish tr th.seafood-type, table.fish tr th.seafood-type select
{
	width: 130px;
}

table.fish tr th.cookingmethod, table.fish tr th.cookingmethod select
{
	width: 110px;
}

table.fish tr th.omega3, table.fish tr th.omega3 select
{
	width: 75px;
}

table.fish tr th select
{
	font-size: 11px;
}