#custom-product-options table {
    width: 100%;
    border-collapse: collapse;
}

#custom-product-options table, #custom-product-options th, #custom-product-options td {
    border: 1px solid #ddd;
    padding: 8px;
}

#custom-product-options th {
    background-color: #f4f4f4;
}

#custom-product-options button {
    margin-top: 10px;
    display: inline-block;
}