@import url('screen.css');

/*Courseleaf Controls*/
#pw_toolbar,
#pw_toolbar_toggle,
#pw_statusbar,
#sb_publish_bubble_bottom,
#warningwin,
#loadingwin,
.lfeditable,
.lfjsbubble {
	display: none;
}

/*Tabs*/
#tabs {
	display: none !important;
}
.tab_content {
	display: block !important;
}


.accessible,
#header,
#navigation,
#footer,
#sidebar,
#print-button,
#search,
a#totop,
#breadcrumb,
#sidebar-nav-mobile,
#content ul.letternav,.gcs-pagination {
	display: none !important;
}

#left-col,
#right-col {
	margin: 0;
	float: none;
	width: auto;
	clear: both;
}
.wrap {
	width: 100% !important;
	max-width: none !important;
}
.toggle-content {
	display: block !important;
}



@media print {
    #view-grid, #filters-sidebar, #view-switch {display:none !important}
	#content h2.letternav-head {position:static !important; line-height: 1.2 !important; height:auto !important }
    #content .filter-items ul.isotope  {position:static !important; line-height: 1.2 !important; display:block !important}
	#content .filter-items ul.isotope  {position:static !important; line-height: 1.2 !important; height:auto !important}
	#content .filter-items ul.isotope li {position:static !important; line-height: 1.2 !important;   height:auto !important}
	#content .filter-items ul.isotope li a {position:static !important; line-height: 1.2 !important;  height:auto !important}
	#content .filter-items ul.isotope li a span {display:none !important}
	#content .filter-items ul.isotope li a span.title {display:inline-block !important}
}

