.stockist {
	display: inline;
	float: left;
	width: 150px;
	text-align: center;
	margin: 5px;
}

.stockist span {
	display: block;
}
h3 {
	clear: both;
}