button {
    background-color: #548438;
    color: white;
}

button.ui-button {
    min-height: auto;
}

.product-addons-container, .wc-pao-addon-container {
    display: none;
} 

#product-price {
    display: none;
}

#reservation-participants-table-container table tr td:last-child {
    width: 2em;
}

#reservation-participants-table-container-notification {
    color: #548438;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

#create-booking-participant-form-dialog {
    margin-bottom: 0;
    color: #555555;
    font-family: "Lato", sans-serif;
    font-size: 0.9em;
}

#create-booking-participant-form-dialog-header {
    margin-bottom: 1em;
}

#create-booking-participant-form-dialog-container > div {
    display: flex;
    align-items: baseline;
} 

#create-booking-participant-form-dialog-container > div > label {
    flex-basis: 15em;
}

#create-booking-participant-form-dialog-container > div > select {
    flex-basis: 25em;
}

#create-booking-participant-form-dialog-error {
    color: red;
    margin-bottom: 1em;
}