﻿@media print {
   header,
   footer,
   .Confirmation_Print,
   .hide-for-small{
       display: none !important;
   }

   .contentHeader, .searchHeader{
       line-height: 13px !important;
       min-height: inherit !important;
   }
   .contentHeader span, .searchHeader span{
       margin-top: 0 !important;
       font-size: 15px !important;
       margin-left: 0 !important;
   }
   .cartTableHeader {
       font-weight: bold;
   }
   .contentDetail {
    font-size: 13px !important;
    line-height: 17px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

.confirmationNumber {
    font-size: 13px !important;
    line-height: 18px !important;
}

   .confirmationNote p {
    font-size: 13px !important;
    line-height: 17px !important;
}

   .large-1 {
    width: 8.33333% !important;
  }

  .large-2 {
    width: 16.66667% !important;
  }

  .large-3 {
    width: 25% !important;
  }

  .large-4 {
    width: 33.33333% !important;
  }

  .large-5 {
    width: 41.66667% !important;
  }

  .large-6 {
    width: 50% !important;
  }

  .large-7 {
    width: 58.33333% !important;
  }

  .large-8 {
    width: 66.66667% !important;
  }

  .large-9 {
    width: 75% !important;
  } 

  .large-10 {
    width: 83.33333% !important;
  }

  .large-11 {
    width: 91.66667% !important;
  }

  .large-12 {
    width: 100% !important;
  }
}