table.prices tr.empty td {
    background-color: transparent;
}

table.prices td.picture {
    background-color: transparent;
}

table.prices tr.subheading td.picture {
    background-color: transparent;
    text-align: right;
}

table.prices tr.heading td.picture {
    background-color: transparent;
}

table.prices {
    text-align: left;
    border: 0px;
}

table.prices tr.heading {
   background-color: #070096;
   text-align: center;
   color: white;
   font-weight: bold;
}

table.prices tr.subheading {
    font-style: italic;
    font-weight: bold;
}

table.prices tr.subheading td {
    background-color: #5a5a98; /* #ff7676 */
    color: white;
}

table.prices tr td {
    background-color: #75b2ff; /* #ffadad */
}

table.prices tr.blank td {
    background-color: transparent;
}

table.prices td.right {
    text-align: right;
}