/* Includes the background graphics when printing (Images/fonts/colours) */
@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
}
#footer, .breadcrumbs, .button-print, .package p{
	display: none;
}
.col-lg-8-5{
	background: rgba(255, 0, 0, 0);
}
:root,.widget-book-details .details{
	font-size:11pt;
	line-height:1.2;
}
#header, .widget{
	box-shadow:none;
}
.confirmation .col-md-6{
	float: left;
	width:49%
}


h1{
	font-size:16pt;
	margin-top:0;
}
.resort-summary > img{
	width:1.5cm;
	height:1.5cm;
}

.package{
	margin-top:.5cm;
}
.discount dl{
	overflow:hidden;
}
.booking-summary dl dt, .booking-summary dl dd{
	padding:.2rem 0;
}
.discount dt{
	float:left;
}
.discount dd{
	float:right;
}
.terms {page-break-before: always;}