#public-booking-complete .n.ng-star-inserted,
.business-contact,
.confirmed-resources,
.guest-field-email,
.service-wrapper + .secondary-btn,
.page-footer-link {
	display: none;
}

#public-booking-complete button.btn.submit-btn {
	margin-top: 24px;
}

/*Make location heading smaller */
.wwpp-heading{
      font-size: 20px;
}

.p-waitwhilelogo img { 
	max-width: 50px; 
}
.calendar-wrap + .cell-stripe { 
	background-color: #d6d6d6; 
}

public-waitlist .page-footer-link {
   display: none !important;
}

.wwpp-location-waitlist
/* Update the waitlist */
/* Make the body wider */
.wwpp-location-waitlist table[role="presentation"] {
    width: 85vw;
}

/* Make the Name section smaller */
.wwpp-location-waitlist th[data-cy="waitlist-head-field.name"] {
    max-width: initial;
    min-width: initial;
    width: 15vw;
}

/* Make the location header smaller */
.wwpp-location-item .wwpp-heading{
    font-size: 1em;
}

/* Set the height of the box the buttons back and x buttons were in, to auto, so to not take up a lot of space */
.wwpp-account .wwpp-header-wrap .wwpp-header{
    height: auto;
}

/* Hide back and x buttons */
.wwpp-account .wwpp-header-wrap .wwpp-header>div {
    display: none;
}

/* Make the Time waited section smaller */
.wwpp-location-waitlist th[data-cy="waitlist-head-waitlist.waited"] {
    max-width: initial;
    min-width: initial;
    width: 15vw;
}

#heading-title {
   display: none
}