input[type="text"] {
    
}

button {
    
}

#booking-package .sun {
    
}

#booking-package .mon {
    
}

#booking-package .tue {
    
}

#booking-package .wed {
    
}

#booking-package .thu {
    
}

#booking-package .fri {
    
}

#booking-package .sat {
    
}

#booking-package .nationalHoliday {
    
}

#booking-package .goToBookingFormButton {
    
}

#booking-package .bookingButton {
    padding: 8px 20px;
    border-width: 1px;
    border-radius: 8px;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 1.5em;
}

/*フォームの各タイトル太字*/
#booking-package_inputFormPanel .name {
    display: inline-block;
    font-weight: bold;
    padding-bottom: 5px;
}

/*フォームの説明文字ひとまわり小さく*/
#booking-package_inputFormPanel .description {
    font-weight: normal;
    margin-top: 5px;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 0.8em;
}

/*フォームのタイトル*/
#booking-package_inputFormPanel .selectedDate, #booking-package_myBookingDetails .selectedDate {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 10px 0;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 1px;
    text-align: center;
    font-weight: normal;
    font-size: 1.8em;
    vertical-align: middle;
    z-index: 3;
}