#datasheet {
	table-layout: fixed; width: 800px; text-align: left; margin: auto; border-collapse: collapse;
}
#datasheet td {
	 vertical-align: top;
}
#datasheet th {
	 font-weight: normal;
}
.sold {
	font-weight: bold;
	color: red;
}

