﻿/*Add custom styles to the skin here */

/* Popup Reservation Details */
.reservation-details {
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
}

.reservation-details a {
    text-decoration: underline;
}

#modal-reservation-details h4, #modal-reservation-details p {
    text-align: center;
}

#modal-reservation-details .reservation-calendar {
    display: inline-block;
}

#modal-reservation-details .row > * {
    text-align: center;
}

#modal-reservation-details .reservation-input {
    display: none;
}
/* End Popup Reservation Details */.manage-creditcard-list {
	margin: 25px 0 25px 0;
}

.manage-creditcard-form {
	margin: 25px 0 25px 0;
}
