
/* HideObject */
body{
  margin: 0;  padding: 0;
  overflow: visible;
  background: none;
}
#PanelHeader,
#PanelFooter,
.PanelSide{
  display: none;
  
}
.PanelBody{
  background: none!important;
}