.clear { clear: both }

#tts {
    width: 100%;
    font-size: 12px;
    font-family: 'Cabin', Helvetica, Arial, Tahoma, sans-serif !important;
    font-size: 13px;
    margin: 0 0 10px 0;
    position: relative;
    line-height: 16px;
    text-align: left;
    color: #000;
}

#tts p { font-family: 'Cabin', Helvetica, Arial, Tahoma, sans-serif !important; }

#tts div.wrapper { position: relative }

#tts hr { display: none; clear: both; border-bottom: none; border-left: none; border-right: none;}

#basket-link { font-family: inherit; float: right }

#powered-by { margin-top: -10px; margin-right: -30px; padding-bottom: 5px;}

#tts h1,
#tts h2,
#tts h3,
#tts h4,
#tts h5,
#tts h6 {
    font-family: 'stretchy_pantsregular', cursive !important;
}

#tts h1 a, 
#tts h2 a,
#tts h3 a,
#tts h4 a,
#tts h5 a,
#tts h6 a {
    font-family: 'stretchy_pantsregular', cursive !important;
}

#tts h1 a:hover, 
#tts h2 a:hover,
#tts h3 a:hover,
#tts h4 a:hover,
#tts h5 a:hover,
#tts h6 a:hover {
    text-decoration: underline !important;
}

#tts p { padding: 0; margin: 1em 0 }

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

#tts select { padding: 2px; /*2px 4px;*/ }

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

/* tts table */
#tts table { width: 100%; font-size: 13px !important }
#tts table th,
#tts table td {
    vertical-align: middle;
}
#tts table td { padding: 2px }
#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: 1px solid #ff78b5; }
#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: initial; font-size: 12px; }
#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: 1px dotted #666; }

/* checkout + some other */
#tts table.form p { margin: 0.3em; padding: 0; text-align: left}
#tts table td.label { color: #111 !important; font-size: 12px !important; background: none !important }
#tts .back_to_trolley_link { display: none; }
#facebox * { color: #fff; }
#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: none; /*left*/
    margin-top: 0;
    padding: 2px 5px 2px 0;
    text-align: justify;
    /*width: 260px;*/
    font-size: 0.9em;
    line-height: 1.3em;
}

.btnscontainer { width: auto !important; }

#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 */
.event_day_middle { font-family: 'stretchy_pantsregular', cursive !important; }
#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 & confirmation boxes */
#tts div.form_errors,
#tts div.form_information { color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px }
#tts div.form_errors { position: relative; padding: 10px; background-color: #9d0000; margin: 10px 0px 10px 0px; color: #fff }
#tts div.form_information { position: relative; padding: 10px; background-color: #595c68; margin: 10px 0px 10px 0px; color: #fff }
#tts div.form_errors h5,
#tts div.form_information h5 { padding: 5px 0; margin: 0;  color: #fff; font-size: 24px; line-height: 28px }
#tts div.form_errors p,
#tts div.form_information p { margin: 5px 0; color: #fff }
#tts div.form_errors ul,
#tts div.form_information ul { clear: none; margin: 0; padding: 0; color: #fff }
#tts div.form_errors ul li,
#tts div.form_information ul li { color: #fff }
#tts div.form_errors a,
#tts div.form_information a { color: #fff; text-decoration: underline; border: none }
#tts .form_errors_small { clear: both; line-height: 20px }
#tts .form_errors_small p { margin: 0; padding: 0 }
#tts .form_errors_small_bottom { clear: both }

/* custom rules */
#tts .group-title { color: #000; margin: 10px 0 }
#tts .group-title p { 
    font-family: 'Cabin', Helvetica, Arial, Tahoma, sans-serif !important;
    font-size: 23px;
    line-height: 40px;
    text-transform: uppercase;
    /*text-shadow: 2px 2px 0px rgba(0, 0, 0, .1);*/
    letter-spacing: -1px;
    color: #111;
    margin: 5px 0;
}
#sagepay { background-color: #eeeeff; }

#tts #save_edit_billing_details,
#tts #add-to-basket-button,
#tts .btnscontainer a.ticketinfo-btn,
#tts .button,
#tts .button_small {
    border: none !important;
    margin: 0.5em 0 !important;
    background-color: #ff78b5 !important;
    color: #fff !important;
    padding: 6px 18px !important;
    font-size: 16px !important;
    font-family: 'Cabin', Helvetica, Arial, Tahoma, sans-serif !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    text-shadow: none !important;
    cursor: pointer !important;
    line-height: 26px !important;
}

#tts .btnscontainer a.ticketinfo-btn { background-image: none; 
font-family: 'Cabin', Helvetica, Arial, Tahoma, sans-serif !important; font-size: 12px; font-weight: normal }
#tts .btnscontainer a.ticketinfo-btn:hover { text-decoration: none }
#tts #add-to-basket-button:hover { text-decoration: none; border: none }

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

div.event_description { display: block; clear: both; padding-top: 20px }

h2.ui-tts-wl.front {
    color: #000;
    font-size: 23px !important;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, .1);
    letter-spacing: -1px;
    line-height: 1.2;
    margin: 0px;
    padding: 0px;
    font-family: 'Cabin', Helvetica, Arial, Tahoma, sans-serif !important;
}


#basket-link a,
#basket-link a:visited { color: #ff78b5; font-weight: bold; text-decoration: underline; }
#basket-link a:hover { text-decoration: none }

.btnscontainer a { text-decoration: none }

p.ticket_type_explanation a,
p.checkout-sage-pay-warning a,
#mainContent a,
table.form a,
.checkout_login_box a { color: #ff78b5;  }

.form_information ul { margin: 0; padding: 0 }

/* q custom tooltip rules */
/* .qtip-borderTop, .qtip-borderBottom { margin-left: 0 !important } */
.qtip-content { font-family: 'Cabin', Helvetica, Arial, Tahoma, sans-serif !important; font-size: 12px; font-weight: normal }

/*input[name="proceed"] { max-width: 200px; float: right; clear: both }*/
input[value="Continue"] { padding: 4px 9px; font-size: 21px; cursor: pointer}

div#checkout_login_box input[name="email_address"],
div#checkout_login_box input[name="password_login"] { width: 206px !important }

#tts .navigation { text-align: left }

a#booking-protect-message-expander { margin-left: 16px; font-size: 12px }
div#facebook_popup .social-icon { width: 120px !important }

#tts p.headline_acts { margin: 0 0 10px 0 }
#tts p.headline_acts a { line-height: 17px; font-size: 14px }

#tts #breadcrumbbox a,
#tts #breadcrumbbox a:hover,
#tts #breadcrumbbox a:visited,
#tts p.checkout-axcess-pay-warning a,
#tts p.checkout-axcess-pay-warning a:hover,
#tts p.checkout-axcess-pay-warning a:visited,
#tts p.checkout-axcess-warning a,
#tts p.checkout-axcess-warning a:hover,
#tts p.checkout-axcess-warning a:visited,
#tts ul a,
#tts li { color: #111 }

tr.ticket-insurance.error td,
tr.ticket-insurance.error td a,
tr.ticket-insurance.error td h5 { color: #000 !important }

div#tts div.roundedBox4 { margin: 20px 0 30px 0 }

h5.front { display: none }

div#tts div#checkout_login_box input,
div#tts form#checkout_create_account input,
div#tts form#checkout_create_account select,
div#tts table#add_barcode_names input,
div#tts table.form.ui-tts-wl.your-details input,
div#tts table.form.ui-tts-wl.your-details select,
div#tts form#billing-details input,
div#tts form#billing-details select { padding: 4px }
div#tts div.mainmod.ui-tts-wl input[name="registered_email"] { padding: 8px; width: 268px }
div#tts p.ticket_type_explanation a { text-decoration: underline }
div#tts div#event_table div.roundedBox5 { border-radius: initial; -moz-border-radius: initial; -webkit-border-radius: initial }
div#tts div#event_table .roundedBox5 .eventinfobox { border-bottom: 1px solid #ff78b5; border-radius: 0; -webkit-border-radius: 0;
-moz-border-radius: 0 }
div#breadcrumbbox, h2.ui-tts-wl.front, #tts h6.last-viewed-event-link { display: none }
.pagenavbox { margin: 0; padding: 15px 0; clear: both }
.pagenavbox .resultsamnt, .pagenavbox .pagenum { font-size: 14px; font-weight: bold; color: #000;
font-family: 'Cabin', Helvetica, Arial, Tahoma, sans-serif !important; }

select { font-size: 100% !important }
label { display: initial !important; background: none !important }
input, textarea { padding: 7px; margin: 0 }
#tts table a { text-decoration: underline }

/* updates */

#event_table #breadcrumbbox { display: none }
input, textarea { padding: 7px }
#tts table a { text-decoration: underline }
.pagenavbox { margin: 0; padding: 15px 0; clear: both }




.pagenavbox.organiser-listing-top-pagination { display: none }

.organiser-events .btnscontainer { text-align: right }

abbr, acronym { border: none }

#tts #leftColumn1 { display: none !important }

#tts table.wl-billing-table,
#tts table.wl-checkout-table { width: auto !important }
#tts table.wl-billing-table p, #tts table.wl-checkout-table p {
    /* Source: http://snipplr.com/view/10979/css-cross-browser-word-wrap */
    white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;      /* IE */
}

#tts table.ui-tts-wl.your-details tr td.label { font-size: 15px !important }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width:800px) {
    #tts table p { font-size: 14px !important }
    #tts h2.ui-tts-wl.front { font-size: 18px !important }
    #tts h2.front.event { font-size: 23px !important }
    #tts .group-title p { font-size: 16px !important }
    
    #tts #checkout_login_box { width: 255px !important }

    #tts div#checkout_login_box input[name="email_address"],
    #tts div#checkout_login_box input[name="password_login"] { width: 180px !important }

    #tts form#checkout_create_account input,
    #tts form#checkout_create_account select { width: 140px !important }
    #tts form#checkout_create_account input[name="terms"] { width: 20px !important }

    #tts table.form.ui-tts-wl.your-details input,
    #tts table.form.ui-tts-wl.your-details select { width: 160px !important }
    #tts table.ui-tts-wl.your-details tr td.label { font-size: 13px !important }

    #tts form.wl-checkout-table { width: 400px }

    form.cnpForm input, form.cnpForm select, form.cnpForm textarea { font-size: 16px !important }

    .container { width: 100% !important }
}

tr.basket_event td h5 a {
    text-decoration: none !important;
}

.roundedBox5 .titlebox h2 {
    margin-bottom: auto;
    line-height: normal;
}

.one-third .date {
    width: auto !important;
}