body.print {
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif; }
  body.print * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  body.print h1, body.print h2, body.print h3 {
    font-weight: 600; }

@page {
  margin: 0; }

@media print {
  body, html {
    font-size: 15px;
    font-weight: 400; }
  body {
    display: none; }
    body.print, body.allow-print {
      display: initial; }
  a:not(.btn) {
    text-decoration: none; }
  .box-with-bottom-shadow {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  #layout {
    padding-left: 0 !important; }
  #sidebar, .env-notice, header, section.top, .page-actions, .submenu, footer {
    display: none; }
  main {
    background-color: #fff; }
  .box-with-shadow {
    box-shadow: none; }
  .d-print-w-100 {
    min-width: 100%; }
  .print-p-5 {
    padding: 3rem !important; } }

/*# sourceMappingURL=print.css.map */
