table.pricelist {
  font-size: small;
  border: 1px solid black;
  border-collapse: collapse;
  width: 600px;
}
table.pricelist td {
  border: 1px solid black;
  padding: 0 0.5em;
}
table.pricelist td.title {
  font-weight: bold;
}
table.pricelist td.price {
  text-align: right;
}
p.pricelist {
  font-size: small;
}
