﻿.stores .store {
	float: left;
}

	.stores .store:nth-child(3n+1) {
		clear: left;
	}
