/* Hotfix: fix missing margin between price and "from"-price label in roomcategorie details modals */
body #roomsResultView span.price > small {
    margin-right: .5rem;
}

/* Hotfix: Add missing margin-top on /revocation-info page (for headlines) */
body #revocationInfo h3 {
    margin-top: 20px;
}

/* Hotfix: Add border to revocation-link on /revocation-info page */
body #revocationInfo .btn-link {
    border: 1px solid;
}

/* Hotfix: Highlight customers address on /revocation-info page */
body #revocationInfo address {
    font-style: italic;
    font-weight: bold;
}

/* Hotfix: Hotfix: add margin next to filter-dropdown on /vouchers/list page */
body .filter-wrapper .dropdown {
	margin-right: .5rem;
}

/* Hotfix: Fix check-icon color on change travel period dialogue (after first availability search (on /select page)) */
body .selectionbar .selection__btn-group i.icon-check, 
body .selectionbar .selection__btn-group i.icon-check-1 {
    color: #fff;
}

/* Hide customer-info-banner on roomselection */
#select .customer-info-banner {
    display: none;
}