@import url("base.css");

.date { font-size: 75%; }
table.price-list { width: 100%; }

table.price-list th
{
	border-bottom: 1px dotted #900;
	font-weight: normal;
	text-align: left;
	width: 75%;
}

table.price-list td
{
	font-weight: bold;
	width: 25%;
}