﻿table.priceList
{
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

table.priceList th,
table.priceList td
{
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

table.priceList th
{
  font-weight: bold;
  background-color: #f6f6f6;
}