/* Print-friendly stuff */


/*** Kill stuff ***/
body>header,
body>footer,
#reg-steps,
.dont-print {
	display:none;
}

/*** Add Stuff ***/
.only-print {
	display: inline-block;
}

/*** Knock out stuff (backgrounds) ***/
* {
	box-shadow:none !important;
	background:transparent !important;
}


/*** Maneuver stuff ***/
body>header>div,
section#main>div,
body>footer>div {
	width:auto;
}


a.print-icon {
	display: none;
}

.print-msg {
	display: inline !important;
}

.print-msg-hide {
	display: none;
}

#registrant-info h4 {
	color: #000 !important;
}


/*** Hide Side Nav ***/
#page-conference-details .col.right {
	display: none;
}

#page-conference-details .col.left {
	width: 100%;
}

#page-conference-schedule .schedule-date {
	page-break-before: always;
}