table.table-price {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}
.table-price th, .table-price td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.table-price th {
    background-color: #f2f2f2;
}
.remark {
    font-size: 0.9em;
    color: #555;
    margin-top: 10px;
}
.contact {
    font-size: 0.9em;
    color: #333;
    margin-top: 5px;
}
.header-note {
    font-weight: bold;
    color: #c00;
}