.wbk-details-sub-title {
    text-align: center !important;
    font-size: 17px !important;
    color: #383838 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
}
div#wbk-booking-done p {
    font-size: 18px;
    margin: 0;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 5px;
}
div#wbk-booking-done p[class*="col"] {
    display: block;
    width: 33%;
    float: left;
    border-top: 1px solid #ccc;
    font-size: 15px;
    padding: 10px 5px;
    box-sizing: border-box;
}

div#wbk-booking-done p.intro.red {
    background: red;
    color: white;
    padding: 20px;
    border-radius: 5px;
}
div#wbk-booking-done p.intro.red.big {
    text-align: center !important;
    font-size: 25px !important;
}
div#wbk-booking-done p.customer {
    margin-top: 12px;
    margin-bottom: 0;
    border-top: 2px solid #888;
    padding-top: 10px;
    border-bottom: 2px solid #888;
    padding-bottom: 10px;
}
div#wbk-booking-done p.head {
    background: #ddd;
    margin-bottom: 0;
    padding: 10px 5px;
}

div#wbk-booking-done p.col_1 {
    display: none;
}

div#wbk-booking-done p.col_2, 
div#wbk-booking-done p.col_3 {
    width: 39%;
}

div#wbk-booking-done p.col_4 {
    width: 20.5%;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div#wbk-booking-done p.colspan_3, 
div#wbk-booking-done p.colspan_3 + p.col_4 {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}
div#wbk-booking-done p.colspan_3 {
    width: 78%;
}
div#wbk-booking-done p.col_4 {
    width: 20.5%;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div#wbk-booking-done p.paynow, div#wbk-booking-done p.col_2, div#wbk-booking-done p.colspan_3 {
    clear: both;
}
p.paynow {
    padding: 20px;
    background: rgb(255,255,160);
    font-weight: bold;
}

span.block {
    display: block;
    margin-bottom: 10px;
}

div#wbk-booking-done p.paynow a.view-all {
    width: 100%;
}

a.view-all.red {
    background: #9e0b0f;
}

a.view-all {
    width: 30%;
    background: #000000;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    display: block;
    text-align: center;
    margin: auto;
    letter-spacing: 1px;
    min-width: 240px;
}

.wbk-frontend-row {
	position:relative;
}
.checkspam {
    font-weight: bold;
    font-size: 110%;
    background: rgba(255,255,0,0.4);
    padding: 10px 20px;
    box-sizing: border-box;
}

.wbk-slot-available {
	display:none;
}

#wbk-service-id option[value="31"] {
	display:none;
}

p.pay_or_cancel {
    background: red;
    color: white;
    font-size: 24px !important;
    padding: 10px;
    border-radius: 10px;
}

p.pay_or_cancel label.wbk-checkbox-label {
    color: white !important;
    font-size: 18px !important;
}
p.intro.red.big {
    font-size: 24px !important;
    text-align: center !important;
}

span.proof {
    font-size: 20px;
}



body.page-id-16320 #wbk-service-container {
	display:none !important;
}

body.page-id-16320 .wbk-input-label {
    font-size: 24px !important;
    font-weight: bold !important;
    text-align: center;
}