/*Hide Tariff*/

tr.v2-seatcat_10228754855146.v2-alternative_bg_even.group_end.seat_category_end {
    display: none;
}


/* Hide individual tickets from within Season Tickets in the My Tickets section */

#page_account_tickets .composed_product_container {
  display: none;
}

/*END Hide individual tickets from within Season Tickets in the My Tickets section */



/* Centralise text splash page */

.stx-TicketShopWidget-catalog .stx-Section-heading {
  display: block;
  font-size: 30px;
}

.stx-TicketShopWidget-catalog .stx-Catalog {
  text-align: center;
}

.stx-TicketShopWidget-catalog .g-Button {
  font-size: 20px;
}

/* Add back My Account menu on mobile */

@media screen and (max-width: 990px) {
  body.rwd #page_account_home #content #secondary_content_navigation {
    left: 0px;
    position: relative;
  }
}


#page_account_home div#secondary_content_navigation {
  margin: 0;
  width: 100% !important;
}

/* Elements in Account section to hide */

#page_account_tickets #file_contact_criteria {
  display: none !important;
}

#page_account_files #file_contact_criteria {
  display: none !important;
}


#page_account_editPersonalDetails #main_content_remove_account {
  display: none;
}


#page_account_editPersonalDetails span.contact_created {
  display: none;
}

/* END Elements in Account section to hide */



/* Hide Valid until Date in Reserved Season Tickets */

div#page_account_community_tickets .valid_until {
  display: none;
}

/* END Hide Valid until Date in Reserved Season Tickets */



/* Hide expiration date in Order Content */

.label_value.file_expiration_date {
  display: none;
}

div#page_account_file .expiration_info {
  color: white;
}

/* END Hide expiration date in Order Content */



/* Hide the ability to Cancel the Season Ticket Reservation option */

span.button.reservation_cancel {
  display: none;
}

/* END Hide the ability to Cancel the Season Ticket Reservation option */



/* Change colour of Credit and Club Cash values */

span.amount.amount_GBP {
  color: blue;
}

/* End Change colour of Credit and Club Cash values */


/* Hide Customer Credit Balance from Customer Account */

div#credit_note_balance_in_account_home {
  display: none;
}

span#field_credit_note_balance {
  display: none;
}

/* End Hide Customer Credit Balance from Customer Account */



/*Hide Account Type*/

div#account_type_selection {
    DISPLAY: NONE;
}

/*End  Account Type*/


