/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#wdm-attendees-table {
    width: 100%;
}
.wdm-error-message {
    color: red;
}
.attendee-row td .error-message, .attendee-row td input {
    display: block;
    width: 95%;
}
div#wdm-class-attendees-fields {
    padding: 10px 0;
    clear: both;
}
.product-type-class_offerings .quantity label {
    display: inline;
}
.product-type-class_offerings .quantity-button,.product-type-class_offerings .quantity-nav, .class-offering-cart-qty + .quantity-nav  {
    display: none !important;
}

#wdm-add-row, .wdm-add-row-cart {
    float: left;
    width: calc(100% - 90px);
    height: 52px;
    margin-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 4px;
    background: #3bb54a;
    font-size: 16px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    transition: all .2s;
    margin-bottom: 10px;
    color: #fff;
    cursor: pointer;
}

#wdm-add-row:hover, .wdm-add-row-cart:hover {
    background: #009245;
}
