#attendee-1443.tribe-item {
  background-color: #1d65c4;
}

.button.alt.tribe-common-c-btn.tribe-common-c-btn--small {
  background-color: #0a0101;
}

.tribe-tickets-attendees-list-optout input[type=checkbox]+label {
  color: #faebeb;
}

a {
  color: ffffff;
}
/* Selected time block */ 
#wc-bookings-booking-form .block-picker li a.selected { 
background: #46942e !important; 
}
/* Time blocks */
#wc-bookings-booking-form .block-picker li a {
	background-color: #46942e !important;
}
/* Time blocks hover */
#wc-bookings-booking-form .block-picker li a:hover {
	background-color: #000000 !important;
}
#wc-bookings-booking-form .block-picker li a.selected {
        background: #bbe6af !important;
        color: #000000 !important;
}
#wc-bookings-booking-form .block-picker li a.selected:focus {
        outline-color: #00ffff !important;
}
/* Booking costs block  */
.wc-bookings-booking-form .wc-bookings-booking-cost {
        background: #bbe6af;
        color: #ff0000;
}
/* Book now button */

.wc-bookings-booking-form-button.single_add_to_cart_button {
        background: #bbe6af !important;
        color: #000000 !important;
}
wc-bookings-booking-form-button.single_add_to_cart_button:hover {
        background: #239e57 !important;
        color: #ffffff !important;
}
/* Month header background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
	background-color: #46942e !important;
}
/* Days of the week header background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker th {
	background-color: #46942e;
}
/* Days of the week header font color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker th {
	color: #ffffff;
}