table.sortable {
	text-align: left;
	width: 100%;
}

table.sortable tr th {
	cursor: pointer;
}

table.sortable tr td {
	background-color: #80a2b0;
	padding: 3px;
}

table.sortable tr.odd td {
	background-color: #8198b3;
}

table.sortable tr td.quantity {
	text-align: right;
}
