/* font 
Abadi N/A
Trebuchet MS - ok
Verdana - ok
Nunito - no
Bree Serif NO
*/
body {
      font-family: Avenir, Arial, Helvetica, sans-serif;

	/*font-family: Trebuchet MS,sans-serif;*/
		padding: 10px;

}

/* styles that apply to both tables */
table {
		border-collapse: collapse;
}

/* this generates the alternating row colors. applies to both tables. */
tr:nth-child(even){background-color: #EEF6E7;}
tr:nth-child(odd){background-color: #E2F1D9;}

/* each cell of summary */
#tree-summary td {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: none;
	border-right: none;
	padding: 10px 8px 10px 8px;
	text-align: center;
}

/* each cell in the header row of the summary table */
.summary-header-row td {
	vertical-align: top;
	background-color: #53833f;
	font-weight: bold;
	color: #ffffff;
}

/* the tree name cell in the summary */
.treename-summary {
	font-size: 1.2em;
	font-weight: bold;
}

/* the tree shape image in summary */
img.tree-shape {

}

/** tree detail table **/

/* each cell */
#tree-detail td {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	padding: 20px;
}

/*
 * the common and botanical names in the detail section
 */
.common-name {
	font-size: 1.8em;

}
.botncl-name {
	font-size: 1.4em;
	font-style: italic;
}

/* LINKS */
a:link, a:visited {
  color: #3A602A;
  text-decoration-line: underline;
  text-decoration-color: #96D47B;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
}

/* mouse over link */
a:hover {
  color: #96D47B;
}
/* selected link */
a:active {
}

/* the sunlight icon key */
.sunlight-key td {
	background-color: #FFFFFF;
	padding: 20px;
}

.tree-light-heading {
	font-weight: bold;
}

.header-image {
	background-color: #70735A;
}
/*
.row-even {
	background-color: #EEF6E7;
	}
.row-odd {
	background-color: #E2F1D9;
}


lighter green: #EEF6E7
light green: #E2F1D9
*/