<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {

  .container {
    max-width: 1180px;
  }

  header &gt; div &gt; div &gt; .col-lg-3 {
    width: 100px;
  }

  header &gt; div &gt; div &gt; .col-lg-3 .logo img {
    width: 100px;
  }

  header #header-navigation .metanav {
    width: 600px;
    margin-right: -800px;
  }

  header #header-navigation #mainnav {
    width: 800px;
    margin-right: -400px;
  }

  header #header-navigation #mainnav &gt; div &gt; ul &gt; li {
    padding: 40px 10px 10px 10px;
  }

  header #header-navigation #mainnav &gt; div &gt; ul &gt; li &gt; a {
    padding: 10px;
  }

  img {
    max-width: 1000px!important;
  }

  .col-md-3 {
    width: 254px;
  }

  .col-md-3 img {
    max-width: 222px!important;
  }
  .col-sm-4 {
    width: 340px;
  }

  .col-md-6 {
    max-width: 480px;
  }

  .accordion-body {
    display: block!important;
  }

  input, textarea {
    border: 1px solid #ccc!important;
  }

  .select-wrapper .selectlist {
    width: 300px;
  }

  .socials .shariff ul.orientation-horizontal {
    width: 510px;
  }
}

</pre></body></html>