@media print {
  .menu_bar,
.proj_list,
.notification-container,
.menu-bar {
    display: none;
  }

  html, body {
    height: auto;
  }

  body {
    font-family: sans-serif;
    font-size: 10px;
  }

  .wrap {
    overflow-y: auto;
    height: auto;
    display: block;
  }

  [ui-view].outer {
    width: 100%;
    max-height: none;
    overflow-y: visible;
  }

  th, td {
    padding: 2px;
  }
}
/*# sourceMappingURL=print.css.map */