.reservation-table-reservation-form-wrap {
    background: #fff;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #eee;
}
.rtr-reservation-field-group {
    margin-bottom: 25px;
}

.rtr-reservation-field-group label {
   display: block;
   margin: 0;
   line-height: 1.2;
   margin-bottom: 5px;
   font-size: 16px;
}
.rtr-reservation-field-group select {
    margin: 0 !important;
}
.rtr-reservation-field-group select,
.rtr-reservation-field-group input {
    width: 100%;
    height: 45px;
    border: 1px solid #eee;
    padding: 10px !important;
    font-size: 15px;
}
.rtr-reservation-field-group textarea {
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
}
.rtr-reservation-submit-btn {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}
.rtr-reservation-submit-btn input {
    background: #fb9426 !important;
    color: #fff;
    border-radius: 6px;
    width: auto;
    padding: 10px 30px !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

p.reservation-alert{
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    font-size: 17px;
    color: #cd5c5c
}
p.reservation-alert.reservation-success-alert {
    color: #008000;
}
p.reservation-alert.reservation-error-alert {
    color: #ff0000;
}
.reservation-close-msg-wrap {
    padding: 80px 0px;
    text-align: center;
}
.rtr-reservation-form-top {
    margin-bottom: 60px;
    text-align: center;
    padding: 20px 0px;
}
.rtr-reservation-form-top h3 {
    margin: 0;
    margin-bottom: 6px !important;
}
.rtr-reservation-form-top p {
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
}
.required-badge {
    color: #ff0000;
}
.reservation-time-list[disabled] {
    background: #e7e7e7;
}