.wc-bookings-booking-form {
    border: none;
}

form.cart {
    border: 1px solid #ddd;
}

.wc-bookings-date-picker {
    clear: both;
}

.wc-bookings-date-picker label.picker-title {
    font-size: 16px;
    width: 5%;
    margin-right: 5%;
    float: left;
    border-bottom: none;
    margin-top: 8px;
    margin-bottom: 0;
}

.wc-bookings-date-picker #availableDates {
    width: 38%;
    float: left;
}

.wc-bookings-booking-form .form-field input[type=number] {
    width: 48%;
}

.attendee_table_table {
    width: 100%;
    margin-bottom: 25px;
}

.attendee_table_table .label label {
    margin-bottom: 0;
}

.attendee_table_table .value input {
    width: 100%;
}

.wc-bookings-booking-form-button {
    margin: 0 0 20px 17px;
}

.form-header,
.notice-block,
.pre-form-info,
#pre_course_questions {
    margin-bottom: 35px;
}

.notice-block {
    background-color: #e4e4e4;
    padding: 3.5%;
}

.notice-block p {
    line-height: 30px;
}

.form-header h2 {
    color: #000000;
    font-weight: bold;
}

.big {
    font-size: 22px;
}

span.highlight {
    color: red;
}

.wcbe-field-group {
    margin-bottom: 15px;
    width: 45%;
    margin-right: 5%;
}

.wcbe-field-group.wcbe-input-none {
    margin-bottom: 0;
}

.wcbe-field-group.wcbe-input-text input,
.wcbe-field-group.wcbe-input-date input,
.wcbe-field-group.wcbe-input-textarea textarea {
    width: 100%;
}

.new-dates-container {
    font-family: Montserrat;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    padding: 18px;
    margin: 0 0 40px;
    background-color: #2c3173;
    color: #fff;
}

.new-dates-container:before,
.new-dates-container:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
}

.new-dates-container:before {
    left: 15px;
    border-top: 0 solid transparent;
    border-bottom: 64px solid transparent;
    border-left: 30px solid #ffffff;
}

.new-dates-container:after {
    right: 15px;
    border-top: 64px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 30px solid #ffffff;
}

.new-dates-container-cat .new-dates-inner .new-dates,
.new-dates-container .new-dates-inner .new-dates {
    color: #6ccc75;
    margin-right: 5px;
}

.new-dates-container-cat {
    position: absolute;
    width: 60%;
    height: 100%;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    padding: 20px;
    color: #fff;
}

.new-dates-container-cat:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 235px solid transparent;
    border-top: 0 solid transparent;
    border-left: 235px solid #2c3173;
}

.new-dates-container-cat .new-dates-inner span {
    display: block;
}

.new-dates-container-cat .new-dates-inner {
    transform: rotate(0deg);
}

/**
 * MEDIA QUERIES
 **************************************************************/
@media only screen and (max-width: 480px) {
    .new-dates-container {
        font-size: 20px;
        line-height: 28px;
    }

    .new-dates-container .new-dates-inner {
        width: 75%;
        margin: auto;
    }

    .new-dates-container:before {
        border-bottom: 92px solid transparent;
    }

    .new-dates-container:after {
        border-top: 92px solid transparent;
    }
}

@media only screen and (max-width: 425px) {
    .wc-bookings-date-picker label.picker-title,
    .wc-bookings-date-picker #availableDates,
    .wc-bookings-booking-form .form-field input[type=number] {
        width: 100%;
        float: none;
    }

    .attendee_table_table .name,
    .attendee_table_table .email {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .wcbe-field-group {
        width: 100%;
        margin-right: 0;
    }
}