#guests-list {
    max-width: 700px;
    margin: auto;
}
.guest-info .guest-name {
    width: 70%;
}

.guest-info .guest-res {
    width: 30%;
}

.guest-info .guest-res .ui-slider-switch {
    width: 9em;
    float: right;
}

div.ui-datepicker { width: 14em; padding: .2em .2em 0; display: none; }
div.ui-datepicker table {width: 100%; font-size: .6em; border-collapse: collapse; margin:0 0 .4em; }

#guest_template {
    display: none;
}