div#population-growth-header {}

div#population-growth-wrapper {}
	
	div#population-growth-header {
		display: none;
	}
	
	div#population-growth-chart {
		margin: 0 auto;
	}
	
	p#pop-growth-legend {
		display: none;
	}
	
	div#population-growth-overlay {
		margin: 0;
		margin-top: 20px;
		padding: 10px;
		display: none; 
		z-index: 3;
		position: absolute;
		top: 0px;
		left: 0px; /* set by JS */
		text-align: right;
	}
		div#population-growth-overlay h4 {
			display: none;
		}
	
	div#population-growth-overlay:hover {
		display: none;
	}
	
	div#population-growth-overlay table {
		display: none;
	}
	
	div#population-growth-overlay table thead {
		display: none;
	}	

table {
	width: 99.75%;
	color: #3a8fba;
	border-spacing:0;
	border-collapse:collapse;
}

thead {
	background: #5f5f5f;
	color: #fff;
	text-align: right;
}

table thead th {
	margin: 0;
	padding: 10px 10px;
	font-weight: normal;
}

table thead  th.cell0 {
	text-align: left;
}

table thead  th.cell1 {
	border-left: 1px solid #565656;
	border-right: 1px solid #565656;
}

table tbody td {
	padding: 6px;
	padding-top: 10px;
	text-align: right;
}

table tbody td.cell0 {
	text-align: left;
	width: 160px;
}

table tbody tr.alt td {
	background: #f8f8f5;
}