#footer ul {
	background: url(master-logo.gif) no-repeat;
	height: 50px;
}

#footer li.bu span {
	padding-left: 160px;
}

/* Make printed version less huge */
@media print {
	body {
		zoom: 50%;
	}
	
	table {
		page-break-inside: avoid;
	}
}

/*for collapsible accordian
/* Style for buttons that are used to open and close the accordion panel */
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: .4s;
}

/* Style for providing a background color to the button if it is clicked on (requires adding the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
	background-color: #ccc;
}

/* Style for the accordion panel. Note: hidden by default */
.panel {
	padding: 0 18px;
	background-color: white;
	display: none;
	overflow: hidden;
}

/* Specialized h6 to debold it for the alternates and posters in the handbook */
div.handbook_schedule h6 {
	font-weight: normal;
}

/* Specialized h6 for expand abstracts in the main handbook schedule */
div.schedule-sessions h6 {
	margin-top: 0;
	padding-top: 0;
	color: #555;
}

/* Specialized table for handbook schedule, brings abstract collapsible up close */
div.schedule-sessions table {
	margin-bottom: 0;
}

/* Specialized td for schedule time horizontal in schedule */
td.schedule-time {
	background-color: #eee;
	font-weight: bold;
	text-align: center;
	padding: 0;
}

/* Specialized td for schedule session row in schedule */
td.schedule-room {
	padding: 0;
	font-weight: bold;
	font-size: small;
	text-align: center;
	line-height: normal;
}

/* Specialized h4 for handbook date */
h4.handbook-date {
	text-align: center;
	border-top: 1px solid black;
	padding-top: 5px;
}

/* Specialized p for poster station horizontal in schedule */
p.poster-station {
	background-color: #eee;
	font-weight: bold;
	text-align: center;
	padding: 0;
}

.content-container {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
}