.prices thead tr td {
	font-weight: bold;
	color: #444;
}

.prices tbody tr {
	background-color: white;
}

.prices .no-border-top {
	border-top: none;
}

.prices .odd-group {
	background-color: #eee;
}

.prices .notes td {
	text-align: right;
}