@media print {
  /* line 6, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  .scroll-box {
    height: auto;
    overflow: auto;
  }
  /* line 11, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  .hide-on-print,
  .form-buttons,
  header,
  footer,
  .banner,
  .btn,
  div[class='secondary'],
  aside[class='secondary'],
  .pagination,
  .nav-results-filter-container {
    display: none !important;
  }
  /* line 24, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  #content-container {
    background-color: transparent;
  }
  /* line 27, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  #content-container > nav,
  #content-container > .back-to-top,
  #content-container .nav-tabs {
    display: none;
  }
  /* line 34, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  .page-break {
    display: block;
    page-break-before: always;
  }
  /* line 39, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    clear: both;
  }
  /* line 44, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  p {
    margin-bottom: 15px;
  }
  /* line 48, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  h1 {
    font-size: 20px;
  }
  /* line 52, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  h2 {
    font-size: 18px;
  }
  /* line 55, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  h2.mt-5 {
    margin-top: 20px !important;
  }
  /* line 60, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  h3, h4 {
    font-size: 16px;
  }
  /* line 64, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  h5, h6 {
    font-size: 16px;
  }
  /* line 68, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  .form-label {
    margin-bottom: 5px;
  }
  /* line 72, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  .form-control, .form-select, select, input {
    max-width: 200px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 78, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  dt, dd, p, label, legend, .label-text-container, th, td, tr, .form-control, .form-select {
    font-size: 12px !important;
  }
  /* line 82, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  dl.row {
    display: block;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: unset;
    float: left;
    width: 100%;
  }
  /* line 91, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  dl.row dt, dl.row dd {
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    flex: none;
    width: unset;
    display: block;
    float: left;
  }
  /* line 102, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  dl.row dt {
    clear: both;
    padding-right: 5px;
  }
  /* line 108, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  table {
    border-radius: 12px !important;
  }
  /* line 112, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  table.table-responsive {
    display: table !important;
    border-radius: 12px !important;
    border-bottom-width: 1px !important;
  }
  /* line 118, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  table.table-responsive thead {
    display: table-header-group !important;
  }
  /* line 122, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  table.table-responsive tr {
    display: table-row !important;
    border-width: 1px !important;
    border-color: gray !important;
    border-style: solid !important;
    border-bottom-width: 1px !important;
  }
  /* line 130, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  table.table-responsive th, table.table-responsive td {
    padding: 8px 7px !important;
    display: table-cell !important;
    border-width: 0 !important;
  }
  /* line 137, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  table.table-responsive tbody tr {
    border-bottom-width: 1px;
    border-color: gray !important;
    border-style: solid !important;
  }
  /* line 143, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  table.table-responsive tbody tr:last-of-type td {
    border-bottom-width: 0;
  }
  /* line 149, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  table.table-responsive tbody tr td:before {
    display: none;
  }
  /* line 153, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  table.table-responsive tbody tr td:last-of-type {
    border-bottom-width: 0;
  }
  /* line 161, ../Projects/Lloyds/web/src/IE.Web.Portal/content/sass/print.scss */
  .table > :not(caption) > * > * {
    padding: 8px 6px;
  }
}

/*# sourceMappingURL=print.css.map */