<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* generic rules */
.clear { clear: both }

#tts { width: 100%; font-size: 1.4em; 
font-size: 14px; margin: 20px 0 10px 0; position: relative; }

#tts div.wrapper { position: relative }

#tts hr { height: 2px; background: #fff; border: 0; width: 100%; margin: 15px 0px 15px 0px; clear: both;}

#basket-link { float: right }

#powered-by { float:right; margin-top: -70px; margin-right: -50px; }

#tts h2 { font-size: 24px; color: #fff; }

#tts h4.front.date{ font-size: 24px; }

#tts p { padding: 0; margin: 1em 0; font-size: 14px; }

#tts li { list-style-position: inside }

/* login forms &amp; generic forms elements */
#checkout_login_box { width: 318px }
#checkout_login_box table { width: 100% }
input.checkout-login-email,
input.checkout-login-password { width: 209px; margin-left: 8px }
input.button_small,
input.button { cursor: pointer }
input.button_small:hover,
input.button:hover { opacity: 0.85 }

/* tts table */
#tts table { width: 100% }
#tts table th,
#tts table td { vertical-align: middle; }
#tts table p { margin: 0.4em 0 }
#tts table.key p { margin: 0; padding: 0px 2px }

/* event page - ticket table */
#tts table.event_list { font-size: inherit; line-height: 1.2em }
#tts table.event_list th { font-weight: bold; font-size: inherit; line-height: 1.2em }
#tts table.key { border: 2px solid #fff; }
#tts table.key .key_header { background-color: #aaa; font-weight: bold }
#tts table.key td { vertical-align: middle }

/* shoping basket */
#tts table.shopping_basket { border-collapse: collapse; font-size: 14px }
#tts table.shopping_basket p,
#tts table.shopping_basket h5 { margin: 0.3em 0; line-height: 1.2em }
#tts table.shopping_basket input { vertical-align: baseline }
#tts table.shopping_basket tr.basket_legend td { font-weight: bold }
#tts table.shopping_basket tr.basket_event td { border-bottom: 2px solid #fff; }

/* checkout + some other */
#tts table.form p { margin: 0.3em; padding: 0 }
#tts .back_to_trolley_link { display: none }
#facebox * { color: #000 }
#tts .no-display { display: none !important  }
#tts table.event_list.single_ticket_type th.ticket_type,
#tts table.event_list.single_ticket_type td.ticket_type { display: none }
#tts p.ticket_type_explanation { float: left; margin-top: 0; padding: 2px 5px 2px 0;
text-align: justify; width: 260px; font-size: 0.9em; line-height: 1.3em }

#tts #sidebar1,
#tts .right_sub,
#tts .dow_middle div { display: none }

#tts .organiser-description,
#tts .venue-description { display: none }

/* bubble */
#tts div.bubble { background-color: #aaa }
div.bubble { visibility: hidden; position: absolute; top: 20px; left: 30px; width: 150px; padding: 0.5em }
div.bubble div.bubble_top,
div.bubble div.bubble_bottom { display: none }

/* event_day */
#tts .event_day_middle .event_day_middle_wrapper { float: left; margin: 3px; width: 48px }
#tts .event_day_middle .dow_middle { padding: 3px 0px }
#tts .event_day_middle p,
#tts .event_day_middle strong,
#tts .event_day_middle small { margin: 0.3em 0; line-height: 1.2em }
#tts .event_day_middle .dow_top,
#tts .event_day_middle .dow_bottom { display: none }

/* error &amp; confirmation boxes */
#tts div.form_errors { position: relative; padding: 10px; background-color: #9d0000; margin: 10px 0px 10px 0px; color: #fff }
#tts div.form_errors h5, #tts div.form_information h5 { padding: 0 0 0.6em 0; margin: 0;  color: #fff; background: none; font-family: sans-serif; font-size: 15px; }
#tts div.form_information { position: relative; padding: 10px; background-color: #498FC8; margin: 10px 0px 10px 0px; color: #fff }
#tts div.form_errors ul, #tts div.form_information ul { clear: none }
#tts div.form_errors p, #tts div.form_information p { margin: 0.3em 0em }
#tts div.form_errors a, #tts div.form_information a { color: #fff; text-decoration: underline; border: none }
#tts div.form_errors, #tts div.form_information { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px }
#tts .form_errors_small { clear: both; line-height: 20px; margin-bottom: 20px; }
#tts .form_errors_small p { margin: 0; padding: 0 }
#tts .form_errors_small_bottom { clear: both }

/* custom rules */
#tts .group-title { background-color: #fff; color: #000;  font-family: "BebasNeueRegular",Impact,Arial,Helvetica,sans-serif;  
margin-bottom: 50px; width: 100%; }
#tts .group-title p { font-size: 18px; font-weight: normal; padding-left: 5px; }
#sagepay { background-color: #eeeeff }

#tts .button,
#tts .button_small, 
#tts .tts-button, 
#tts .btnscontainer a.ticketinfo-btn { 
    padding: 10px 16px 30px 16px;
    font-weight: normal;
    outline: 0;
    border: 0;
    cursor: pointer;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: sans-serif;
    height: 32px;
    line-height: 20px;
    font-size: 20px;
    text-decoration: none;
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background: transparent;
}

#add-to-basket-button-wrapper {
    width: auto !important;
}

#tts .button:hover,
#tts .button_small:hover, 
#tts .tts-button:hover, 
#tts .btnscontainer a.ticketinfo-btn:hover {
    background-color: #fff;
    color: #000;
}

#tts .btnscontainer a.ticketinfo-btn {
    padding: 10px 16px 15px 16px;
}

#tts .btnscontainer { 
    width: auto;
    margin-top: -5px;
}

div.front-voucherbox-button { text-align: left; }

/* For Small Layouts */
#tts p.ticket_type_explanation { width: auto !important }

input[name="voucher_code"], input[type='text'], input[type='password'] { padding: 6px !important; border: 1px solid #000 !important; width: 300px; }
select { padding: 6px !important; border: 1px solid #000 !important; }
.btnscontainer { width: 126px }

#ttsWrapper { width: 840px; text-align: left }

h5.front { display: none }

#tts table.shopping_basket input,
input#add-to-basket-button, input[type="submit"] { font-size: 18px }

.last-viewed-event-link, .navigation.ui-tts-wl, .navigation {
    font-family: sans-serif; display: block; background: none; font-size: 14px; color: #fff;
}

tr.basket_event td h5, tr.basket_event td h5 a, tr.basket_ticket td h5 {
    background: none; font-family: sans-serif; color: #fff; font-size: 15px; font-weight: bold;
}

.eventTxtbox h3 {
    font-size: 24px;
    height: 28px;
    padding: 2px 5px 0px 5px;
    line-height: 28px;
}

.titlebox h2 {
    padding: 8px 5px 5px 5px;
}

.social-text h2 {
    background-color: transparent;
    display: block;
}

#ticket-title {
    color: #FFF;
}

/* booking protect rules */
#tts table.shopping_basket { border-collapse: initial; table-layout: fixed }
div.booking-protect-sales-benefits { line-height: 16px }
div.notification.info ul li,
div.booking-protect-sales-benefits ul li { margin-bottom: 0 }
tr.ticket-insurance.protected div.row { margin-bottom: 6px }

h3 a {
    color: #fff !important;
    text-decoration: underline;
}

h3 a:hover {
    text-decoration: none;
}

#tts #event_table #breadcrumbbox {
    display: none;
}</pre></body></html>