@import "global-layout.css";

body, html {
  overflow: hidden;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

#leftSidebar {
  float: none; 
}

#mainContent {
  position: absolute;
  left: 160px;
  top: 0px;
  height: 100%;
  width: 100%;
  float: none;
}