@media print {
  html, body {
    height: 100%;
    line-height: 1.2;
  }
  .navbar, .footer {
    display: none !important;
  }
  #usercentrics-root {
    display: none !important;
  }
  .cv-paper {
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .cv-paper > .row {
    height: 100%;
  }
  td.cv-table-width-first-col {
    width: 70pt;
  }
  .col-lg-4 {
    width: 35%;
  }
  .col-lg-8 {
    width: 65%;
  }
  p, table {
    font-size: 7pt;
  }
  h2, h3, h4 {
    font-size: 16pt;
  }
  h5 {
    font-size: 12pt;
  }
  .cv-paper td {
    padding: 0;
  }
  .badge, .small {
    font-size: 6pt;
  }
  .skill {
    width: 8px;
    height: 8px;
  }
  @page {
    size: A4 portrait;
    margin: 0 0;
  }
}

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