/* overhang_recs.css */

/* - - - - - - - - - - - - - - - - - -
   header
   - - - - - - - - - - - - - - - - - - */

#logo {

	float: left;
	text-align: right;
	width: 100px;
}

#intro {

	float: right;
	width: 525px;
}

/* - - - - - - - - - - - - - - - - - -
   main divs
   - - - - - - - - - - - - - - - - - - */

#dataTable {

	float: left;
	width: 48%;
	text-align: center;
}

#graphic {

	float: right;
	width: 48%;
	text-align: center;
}

/* - - - - - - - - - - - - - - - - - -
   data table
   - - - - - - - - - - - - - - - - - - */

.climateHeader {

	font-size: 10pt;
	color: #FFF;
	background-color: #448844;
	text-align: center;
}

.climateLabel, .latitudeLabel {

	font-size: 9pt;
	color: #FFF;
	background-color: #448844;
}

.latitudeLabel {

	text-align: right;
}

.climateLabel {

	text-align: center;
}

.dataCell {

	font-size: 8pt;
	color: #FFF;
	background-color: #008800;
	text-align: center;
}

.subtle {

	color: #8A8;
}

