/* These elements are hidden for everybody, then shown for confluence-administrators */

/* unknown */
#confluence-message-websudo-message {
  display: none !important;
}
/* dialog popup for creating pages */
.rw_tutorial_dialog {
  display: none;
}
/* hamburger menu next search menu */
#rw_top_menu_container{
  display: none;
}
/* top bar with space name and space settings */
#rw_menu_bar_wrapper{
  display: none;
}
/* button next to edit button that pops open content in a modal */
.rw_page_buttons{
  display: none;
}
/* container that holds search bar, general config, notifications, profile avatar */
#rw_main #rw_theme_header .rw_header_right.rw_has_menu {
  display: none;
}
/* unknown */
.rw_sidebar_menu{
  display: none;
}
/* unknown */
.rw_sidebar_section{
  display: none;
}
/* container for top right search bar */
#rw_search_container{
  display: none;
}
/* container for settings, help, profile and notifications */
#rw_global_menu{
  display: none;
}
/* container for help button */
#help-menu-link{
  display: none;
}
/* unknown */
#system-content-items{
  display: none;
}
/* unknown */
#action-menu-link{
  display: none;
}
/* profile dropdown - atlassian marketplace link */
#upm-requests-link{
  display: none;
}
/* profile dropdown - recently worked on */
#user-recently-worked-on{
  display: none;
}
/* profile dropdown - drafts */
#user-drafts-link{
  display: none;
}
/* profile dropdown - save for later */
#user-favourites-lin{
  display: none;
}
/* unknown */
#profile-status-list{
  display: none;
}
/* unknown */
#user-settings-email{
  display: none;
}
/* space on left of logo (text: skip for content) */
#title-heading{
  display: none;
}
/* search results left panel */
.search-results-page-panel-nav{
  display: none;
}
/* search results container */
.search-results-container{
  display: none;
}
/* search results wrapper */
.search-results-wrapper{
  display: none;
}
/* pencil edit button */
a#editPageLink{
  display: none;
}
/* star page / favorite button */
a#page-favourite {
  display: none;
}
/* watch content / eye button */
a#watch-content-button {
  display: none;
}
/* share page button */
a#shareContentLink {
  display: none;
}
/* container that holds bottom right plus button */
.rw_create_experience{
  visibility: hidden;
}
/* bottom right plus button */
#create-page-button{
  visibility: hidden;
}
/* footer powered by */
#poweredby{
  display: none !important;
}
/* footer atlassian logo */
#footer-logo, .license-eval{
  display: none;
}
/* you have admin access banner */
ul#messageContainer {
  display: none;
}
/* rw burger for site home */
a#rw_site_home_button {
  display: none;
}