@media print {
	body * {
		visibility: hidden;
	}
		
	/**
	 * Reservation Shortcode
	 */
	
	/* Confirmation */
	#reservation-shortcode, #reservation-shortcode * {
		visibility: visible;
	}
	
	#reservation-shortcode.confirmation {
		background-color: white; 
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding: 15px;
		font-size: 14px;
		line-height: 18px;
	}
}