/* hide everything */
#layouts, #translations  {
	display: none;
}

#top-container, #left-container, #right-container, #bottom-container, #popup, 
#document-popup, #search-results, #list-results, #latest-changes, #new-revisions, #list-breakdowns {
	display: none;
}

#breadcrumb-trail, #model-zoom, #model-layers {
	display: none;
}

/* the scripts sets display on some elements that needs to be hidden/shown
 * so we need to override these specifically */
#breadcrumb-trail > * {
	display: none;
}

#model-layers > * {
	display: none;
}

#model-zoom > * {
	display: none;
}

/* move the model to the upper left */
#center {
	top: 0;
	left: 0;
}

#model-paper {
	background: none;
}
