
#clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.available {
    color: rgb(0,128,0);
    font-weight: normal;
}

.limited {
    color: rgb(255,153,0);
    font-weight: normal;
}

.closed {
    color: rgb(255,0,0);
    font-weight: normal;
}

.pfb_help_text.taxes {
    margin-top: 1em;
    margin-bottom: 1em;
}

.casl_optin {
    padding-top: 1em;
}

.donate_anon {
    padding-top: 2em;
    padding-top: 2rem;
}

.casl_optin label,
.donate_anon label {
    padding-left: 0.6em;
}
/* show lists */
.pfb_show_availability_wrap {
    margin-top: 2em;
}

ul.pfb_show_list {
    list-style: none;
}

.pfb_showtitle,
ul.pfb_show_list .pfb_showtitle {
    cursor: pointer;
    font-weight: bold;
}

ul.pfb_show_list ul {
    list-style: none;
    margin-left: 20px;
}

/* product list */
.pfb_product_confirm ul,
.push_product_list ul {
    list-style: none;
}
.push_product_list .pfb_product_group {
    margin-bottom: 1.2em;
}
.push_product_list h3 {
    /* margin-top: 1.8em; */
    margin-bottom: 0.6em;
}

.push_product_list .pfb_showtitle {
    font-weight: bold;
}

#push_full_receipt {
    margin-top: 2em;
    margin-top: 2rem;
    margin-bottom: 3em;
    margin-bottom: 3rem;
}
/* ticket page */

/* cart confirmation */
.pfb_product_confirm .pfb_subtotal {
    margin-top: 2em;
    margin-bottom: 1.5em;
}

#PushBookingCartForm h2,
h2.push_billing_section {
    margin-top: 3em;
    margin-top: 3rem;
}
