table.price {
    max-width: 600px;
}

table.price td {
    border: 1px solid #ccc;
	    padding: 3px 10px;
}

 table.price td.title {
    font-weight: bold;
    background: #efefef;
	text-transform: uppercase;
}

tr.empty td {
    border: none;
    height: 10px;
}