@import url('styles.css');
@import url('custom.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,
a#sidebar-nav-mobile,
#content ul.letternav,.gcs-pagination {
	display: none !important;
}

/*Two Columns*/
#content .cola {
	width: 49%;
	float: left;
}
#content .colb {
	width: 49%;
	float: right;
}

/*Yale Specific*/
#nav-col {
	display: none;
}
#content-col {
	width: 100% !important;
	border: none !important;
}
#white-container,
#content-wrapper,
.wrap {
	padding: 0;
}

