.flex.spaceAround {
	justify-content: space-between;
}

.statItem {
	padding: 20px;
	background: white;
	margin-top: 30px;
	border-radius: 15px;
	width: 220px;
	text-align: center;
	width: 26%;
}

#Dashboard .chartSection {
	margin-top: 50px;
}

.customerGraphItem {
	display: flex;
	margin-bottom: 7px;
}

.customerGraphItem:hover {
	background: white;
	border-radius: 4px;
}

.customerGraphItem > div:first-of-type {
	width: 220px;
	font-weight: bold;
}
