#prods span{
	border-left: thin solid;
	border-right: thin solid;
	border-top: thin solid;
	border-bottom: thin solid;

	white-space: nowrap;
	padding-left: .1em;
	display:block;
	float:left;
	align-items: center;
	text-align: center;
  justify-content: center;
	width: 12em;

	background-color: #b8bcc2
}
#prods {
	display: block;
	font-weight: bold;
	font-size: 25px
}
