
/**
 * All of the CSS for your frontend-facing functionality should be
 * included in this file.
 */

 .reservation-selection .reservation:first-of-type{
    border-top: 1px solid #fff;
 }

.reservation-selection .reservation{
    background: transparent;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 1em 0;
}
.reservation-selection .reservation h1, 
.reservation-selection .reservation h2,
.reservation-selection .reservation h3,
.reservation-selection .reservation h4,
.reservation-selection .reservation h5, 
.reservation-selection .reservation h6{
    color: #fff;
    font-weight: bold;
}
#submit-reservation{
    padding: 0;
}

.reservation-selection .reservation .remove{
    position: absolute;
    top: 0.5em;
    right: 0;
}



