<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table
{
    margin-top: 1em;
}

table td
{
    border-bottom: #F0F0F0 1px solid;
    padding: 10px;
}

table thead td
{
    border-top: #F0F0F0 1px solid;
}
   
table .grand_total
{
    text-align: right;
    font-weight: bold;
}

table thead td
{
    font-weight: bold;
}

table td.price
{
    text-align: right;
    white-space: nowrap;
}

table .price::before
{
    content: â€˜Â£â€™;
}

.ticket_number
{
    width: 8em;
    display: inline-block;
    margin-right: 1em;
}

.remove_from_basket
{
box-shadow:0px 1px 0px 0px #fff6af;background:linear-gradient(to bottom,#ffec64 5%,#ffab23 100%);background-color:#ffec64;border-radius:6px;border:1px solid #ffaa22;display:inline-block;color:#333333!important;font-family:Arial;font-size:15px;font-weight:bold;padding:6px 24px;text-decoration:none;margin-left:1em;
}

.ticket_number_and_bin
{
    white-space: nowrap;
}

.continue_or_checkout
{
    margin-bottom: 2em;
}

#already_friend_question
{
    display: none;
}

#reserved_seating_question
{
    display: none;
    margin-bottom: 1em;
}

#become_friend_question
{
    display: none;
}

#friend_donation_question
{
    display: none;
}

#payment_button
{
    display: none;
    margin-top: 2em;
}

#donation_amount_question
{
    display: none;
}

#name_and_email_address_question
{
    display: none;
}

#donation_amount_question
{
    margin-bottom: 1em;
}

#mailing_list_question
{
    display: none;
}

#basket_table p
{
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 2em;
}
</pre></body></html>