/**
 * Munt print css
 * 
 * @author AK / peppered.nl
 * 
 */

#menu,
#servicemenu,
#snelmenu,
form.genreMonthSelect,
body.checkout-completed h1,
body.checkout-completed #orderStepIndicator,
.noprint,
ul.actions {
	display: none!important;
}

body.checkout-completed #main h1 {
	display: block;
}
