.upt-price-table {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}

.upt-price-table table {
    width: 100%;
    border-collapse: collapse;
}

.upt-price-table th, .upt-price-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.upt-price-table th {
    background-color: #f2f2f2;
    cursor: pointer;
}