
/* For printing, hide the left menu. */
#left-menu-table {
  width: 0px;
  background-color: white; 
  height: 100%;
  padding-top: 0px;
  border-right: 0px solid black;
  display:none;
}

#topbar-table {
  height: 0px;
  background-color: white;
  width: 100%;
  padding-top: 0px;
  display: none;
}


