h2:before {
    display: block;
    content: " ";
    margin-top: -60px;
    height: 60px;
    visibility: hidden;
}

.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;
}