//Hiding the sidebar and fixing the width
body.com_docman {
  #content > .row-fluid {
    & > .span2 {
      display: none !important;
    }
    & > .span10 {
      margin-left: 0px !important;
      margin-right: 0px !important;
      width: 100% !important;
    }
  }
}