body {
	background-color: #fff;
}
#toolbarContainer, .findbar, .secondaryToolbar {
	background-color: #d95c4e;
	background-image: url(../images/pdfjs/texture.png);
}
#toolbarSidebar {
    background-color: #d95c4e;
    background-image: url(../images/pdfjs/texture.png);
}
.dropdownToolbarButton > select > option {
    background: #d95c4e;
}

.toolbarButton.openFile,
.toolbarButton.bookmark,
#viewFind,
#secondaryToolbarToggle,
#toolbarSidebar,
span[data-l10n-id="presentation_mode_label"],
.toolbarButton.pdfSidebarNotification::after {
	display: none;
}

#secondaryPresentationMode {
	margin: 3px 2px 4px 0;
}


#sidebarContainer {
	top: 0;
}
#sidebarContent {
	top: 31px;
}