body.one-sidebar #content, body.two-sidebars #content, body.sidebar-inner-right #content {
  float: none;
}

#sidebar-first,
#sidebar-second,
#menu_bar,
#search,
#header,
#toolbar,
.tabs,
#skip-link,
.messages,
#top_menu {
  display: none;
}

.full-width,
.fixed-width,
#fixed-width {
  width: 96% !important; 
  max-width: auto !important;
  min-width: 0px !important;
}

#content {
  width: auto !important;
}

body {
  width: 96% !important;
  min-width: 0px !important;
  padding: 10px !important;
  font-size: 12pt !important;
}


