/* this is the conditional stylesheet to remove the optional page TOC */
#pageTOC {
  display: none;
}

#outerWrapper #contentWrapper #bodyContent {
  margin-left: 5px;
  border-left: none;
}
