table#criteria td {
	vertical-align: top;
}
table#criteria .title {
	font-weight: bold;
}

table#plants {
	border-collapse: collapse;
}
table#plants .title {
	font-weight: bold;
	vertical-align: bottom;
}
table#plants td {
	padding: 0 3px 0 3px;
	font-size: .8em;
	text-align: center;
}
table#plants td.name {
	text-align: left;
}
.common_name {
	font-size: 1.2em;
}
.scientific_name {
	font-style: italic;
}

.patch {
}

/* SUN EXPOSURE */
.sun {
	background-color: #FF9;
}
.part {
	background-color: #CC3;
}
.shade {
	background-color: #660;
}

/* SOIL MOISTURE */
.up {
	background-color: #FC0;
}
.trans {
	background-color: #3C3;
}
.wet {
	background-color: #7bF;
}
.aquatic {
  background-color: #69f;
}

/* BLOOM COLOR */
.r {
	background-color: #F33;
}
.o {
	background-color: #F93;
}
.y {
	background-color: #FF3;
}
.g {
	background-color: #3F3;
}
.b {
	background-color: #33F;
}
.p {
	background-color: #93F;
}
.w {
	background-color: #FFF;
}

/* DETAIL PAGE */
#details td {
	padding: .125em;
}
#details td.title {
	font-weight: bold;
}