table.pricelist {
    width: 100%;
    border: 0;
    background-color: white;
    color: white;
}

.pricelist th {
    background-color: #003399;
    color: white;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.pricelist td {
    background-color: #99ccff;
    text-align: center;
    color: #003399;
    padding-left: 5px;
    padding-right: 5px;
}

td.pricelist-col1 {
    font-weight:bold;
    text-align:left;
}

.pricelist-highlight td {
    font-weight: bold;
}