.pricelist table {
	width: 100%;
	background: #000;
}
.pricelist table tr th,
.pricelist table tr td {
	background-color: #fff;
	padding: 4px;
}
.pricelist table tr th {
	background-color: #ddd;
}
.pricelist table tr td.level {
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	width: 40px;
}
.pricelist table tr td.center {
	text-align: center;
}
