#product_sales table {
	width: 100%;
}

#product_sales th, 
#product_sales td {
	min-width: 0;
	text-align: center;
}

#product_sales .embedded_table th, 
#product_sales .embedded_table td {
	border: none;
	margin: 0;
	text-align: left;
}

#product_sales .quantity,
#product_sales .size,
#product_sales .colour {
	width: 60px;
}

#product_sales td.strong {
	font-weight: bold;
}

#product_sales td.large {
	font-size: 1.5em;
}

#product_sales td.product_name {
	text-align: left;
}

#product_sales td.total {
	text-align: right;
}