.dslv-disabled-fadeout {
    /* limit height to 100px and gradient out */
    max-height: 225px;
    overflow: hidden;
    position: relative;
}

.dslv-disabled-fadeout--white:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.em-cart-table td.em-cart-table-tickets table{
    margin: 0;
}

.em-booking-login .lost-password {
    margin-left: 20px;
}

#em-booking div.em-booking-message {
    padding: 10px 10px 10px 60px;
}

#em-booking .em-booking-form label {
    float: none;
}

.em-booking-buttons {
    margin-top: 2em;
}

.sepa_existing_toggle {
    opacity: .8;
}

.sepa_existing_toggle.active,
.sepa_existing_toggle.active + .sepa_new_form {
    opacity: 1;
    background: #00489311;
}

.v4-dslv-step-wrapper {
    width: 100%;
}

.v4-dslv-step {
    background: lightgrey;
    padding: 7px 15px;
    margin-left: -15px;
    border-radius: 5px;
    margin-top: 2em;
    font-variant: all-small-caps;
    display: inline-block;
}

.v4-dslv-hint {
    font-size: .8em;
    position: relative;
}

.v4-dslv-hint:before {
    content: 'i';
    border: 2px solid grey;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
    font-weight: bold;
    color: gray;
    margin-right: 10px;
    margin-top: -3px;
    opacity: .9;
}
