#prods span{
	border-left: thin solid;
	border-right: thin solid;
	
	white-space: nowrap;
	padding-left: .1em;
	display:block;
	float:left;
	width: 12em;
	/*display:table-cell;*/
}
#prods { 
	display: block;
}