@charset "utf-8";
/* CSS Document */

/* ----- Graph CSS ------ */


#people {
	height: 500px;
}

#peoplecr {
	margin-left:24px;
	margin-right:24px;
	height: auto;
}

@media only screen and (min-width:601px){
#people {
	height: 500px;
}
#peoplecr {
	margin-left:24px;
	margin-right:24px;
	height: auto;
}

}
@media only screen and (min-width:993px){
#people {
	height: 500px;
}
#peoplecr {
	margin-left:33%;
	margin-right:33%;
	height: auto;
}
#legend {
	
	height: auto;
}
#legendcr {
	
	height: auto;
}

}