.stock_overview ul {
	display: table;
	padding: 0;
	width: 100%;
	text-align: center;
}

.stock_overview ul > li {
	display: table-cell;
	width: 20%;
}