.price-matrix {
    width: 100%;
    border-collapse: collapse;
}

.price-matrix th,
.price-matrix td {
    padding: 10px;
    border: 1px solid #ccc;
}

.price-matrix th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.price-matrix .product-name {
    text-align: left;
}

.price-matrix .product-price {
    text-align: right;
}