.minireservation-wrapper {
    float: right;
    line-height: 1;
    margin: 4px 10px 0 10px;
    position: relative;
}
.minireservation-wrapper img{
    position: absolute;
    width: 20px;
    top: 0;
    display: none;
}

sup.required {
    color: #e02b27;
}

.header .showreservation:before {
    display: inline-block;
}

.product-social-links .action.toreservation span.error{
    color:red;
    font-weight: bold;
    font-size: 12px;
}

#reservation-list-overview .qty-subtract,
#reservation-list-overview .qty-add{
    cursor: pointer;
    display: block;
    padding: 5px;
    background-color: #333;
    color:#fff;
}

.kiosk-reservation-detail-status{
    display: inline;
    padding: 3px 10px;
    background-color:#585858;
    color:#fff;
}

@media only screen and (min-width: 639px) {
    .minireservation-wrapper {
        margin-top: 0;
        margin-right: 2px;
    }
}


@media only screen and (min-width: 768px) {
    #reservation-list-overview + .cart-summary {
        float: none;
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    #reservation-list-overview{
        float: left;
        width: 75%;
        padding-right: 4%;
    }

    #reservation-list-overview + .cart-summary {
        float: right;
        width: 25%;
    }
}