<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wpfooter {
    display: none !important;
}

.register-group-box {
    padding: 5px;
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.register-contents {
    background: rgb(79, 176, 233);
    color: rgb(255, 255, 240);
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    height: 320px;
}

.register-contents&gt;h2 {
    color: rgb(255, 255, 240);
    text-align: center;
    width: 100%;
}

.reservation-register-form&gt;div:last-of-type {
    width: 100%;
}

.input-box {
    width: 100%;
}

.input-box label {
    width: 30%;
    display: inline-block;
}

.input-box input {
    width: 50%;
}

.fee_info .input-box input {
    width: 30%;
}

.input-box textarea {
    width: 50%;
    height: 60px;
}

.button-color-white {
    background-color: white !important;
    color: black !important;
    text-shadow: none !important;
}

.update-button {
    width: 19% !important;
}</pre></body></html>