#siteFrame:after,
#sitePanel:after,
#coreFrame:after,
ul.traybar:after,
ul.toolbar:after {
  clear: both          !important;
  content: "..."       !important;
  display: block       !important;
  font-size: 1px       !important;
  height: 0            !important;
  visibility: hidden   !important;
}
#footFrame {
  clear: both          !important;
  display: block       !important;
}
div.mainPanel ol.code {
  overflow: auto;
/*
Only valid as CSS3, but it prevent Netscape from showing a
vertical scrollbar when none is required. Use at your own discretion.
*/
/*  overflow-x: auto;*/
}

