.ic-app-nav-toggle-and-crumbs {
    display: none;
}
.ic-Layout-columns {
    margin-left: 10% !important;
}
.list-view a.active {
	display: none;
}
.ic-app-header {
	display: none !important;
}
#mobile-header{
    display: none;
}

@media only screen and (max-width: 1000px) {
	.ic-Layout-wrapper {
		margin-left: 0% !important;
	}
}
@media only screen and (max-width: 768px) {
    /* CSS styles to apply for screens 768px or narrower (e.g., tablets and mobile phones) */
    .ic-Layout-columns {
		margin-left: 2% !important;
	}
	#wiki_page_show > div.show-content.user_content.clearfix.enhanced > table > tbody > tr:nth-child(1) > td:nth-child(2) {
		display:none;
	}
	#wiki_page_show > div.show-content.user_content.clearfix.enhanced > table > tbody > tr:nth-child(2) > td:nth-child(2) {
		display:none;
	}
	#wiki_page_show > div.show-content.user_content.clearfix.enhanced > table > tbody > tr:nth-child(1) > td:nth-child(1) > {
		width:100%;
	}
}
