.header_container {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 200px;
  height: 100vh;
  border-right: 1px solid #dcdcdc;
}

#main_content {
  width: calc(100% - 200px);
  margin-left: 200px;
}

.footer {
  width: calc(100% - 200px);
  margin-left: 200px;
  position: relative;
  overflow-x: hidden;
  padding-top: 110px;
}/*# sourceMappingURL=print.css.map */