.panel-body *:last-child {
    margin-bottom: 0 !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-heading.alternative-hotel:hover {
    background: #fffddb;
}

.package {
    border-bottom: 1px solid #ccc;
}

.list-group.packageRooms {
    padding: 0;
    margin-bottom: 0;
}