._product-table
{
	border: 0;
}
.container
{
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
._prod-table
{
	width: 100%;
	border-collapse: collapse;
}
._prod-table td, ._prod-table th
{
	padding: 7px 15px;
}
._prod-table td:first-child
{
	font-weight: bold;
}
._prod-table td:nth-child(2)
{
	font-size: .9em;
}
._prod-table tr:nth-child(even) td
{
	background-color: #f2f2f2;
}