.pieList{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0 10px 20px 0 rgba(190,190,206,0.50);
	border-radius: 5px;
	margin: 0 15px;
	padding: 20px;
	color: #555567;
	font-size: 14px;
}
.pieList+.pieList{
	margin-top: 20px;
}
.pieList>div{
	display: flex;
	align-items: center;
}
.pieList>div>div{
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.pieList>div>p{
	color: #B2B2B2;
}