.list_pie{
	width: 100%;
	/* display: block; */
	margin-top: 50px;
}

#summary{
	width: 35%;
	height: 200px;
	float: left;
	margin-left: 20px;
	margin-top: 100px;
}

/*
#pie{
	width: 55%;
	height: 450px;
	float: right;
}
*/

#pie{	
	position: relative;
	height: 450px;
	left: 50%;
	margin-left: -250px
}

#map-visualizer{
	margin-top: 20px;
}

ul{
	list-style-type: square;
}
