.leftBar {
  display: none;
}

body {
  padding-left: 0 !important;
}

.page {
  border: none !important;

  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;

  min-height: 10px !important;
  box-shadow: none !important;

  /* Style the page width and margins so that they adjust dynamically
  depending on width used for printing (and turn off the
  transform that is normally used for this). We need to use pure
  CSS for positioning the page when printing (rather than the JS
  that adjusts things on 'resize' events normally) because we
  don't know what the print width will be. */
  width: auto !important;
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  left: 0 !important;

  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
}

.mainTreeRoot {
  min-height: 0px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.children {
  border-left: none;
}

.notes > .content {
  height: auto !important;
  display: block !important;
  -webkit-line-clamp: none !important;
  max-height: none !important;
}
