@media print {
  .no-print {
    display: none !important;
  }

  v-application{
    background: white !important;
  }

  .layout-wrapper{
    background: white !important;
  }

  .layout-navbar{
    display: none !important;

  }

  body * {
    font-size: 10pt;
  }

  .v-card{
    box-shadow: none !important;
  }
  
  body .print-only {
    position: relative !important;
    left: 0% !important;
    z-index: 2;

  }

  .layout-content-wrapper{
    padding: 0 !important;
  }
  .print-reviews{
    margin-top: -2cm !important;
  }

  @page {
    size: landscape;
  }
}

body .print-only{
  position:fixed;
  left: 100%;
}