|
|
|
@ -646,6 +646,15 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
|
|
|
});
|
|
|
|
|
})
|
|
|
|
|
</script>
|
|
|
|
|
<style>
|
|
|
|
|
.date_select {width: 27.5% !important; margin-bottom: 10px;}
|
|
|
|
|
.age_range { margin-top: 45px;}
|
|
|
|
|
input.arrivalDate {width: 95%; padding: 0 15px; border-radius: 6px; margin-bottom:15px;}
|
|
|
|
|
@media (max-width: 750px){
|
|
|
|
|
.date_select {width: 93% !important; margin-bottom: 0 !important;}
|
|
|
|
|
.age_range { margin-top: 0;}
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
.emailist{border:1px solid #bdbdbd; border-radius: 4px; background-color:#fff; color:#666; font-size:14px; list-style-type:0; padding:0; margin:0; overflow:hidden;}
|
|
|
|
|
.emailist li{ padding: 2px 11px;
|
|
|
|
|