@media print 
{

  a {
    color: black;
    text-decoration: none;
  }
  a::after {
    content: "";
  }

  a[href]::after {
    content: none !important;
  }

  .topbtns, .hhtext, .navlink, .add-cart, .farebtn, .brXsm{
    display:none !important;
  }

  .passtitle{
    position: relative !important;
  }

  .passheader{
    height: auto !important;
  }

  .col-xs-12, .copyright{
    width:100% !important;
    pdding:0;
    marigin:0;
  }

  .passname, .pass1st, .pass2nd{
    height:1em !important;
    width:33% !important;
    line-height: 1.5em !important;
  }

  .faretypebox div{
    display:none !important;
  }

  .faretypebox .active{
    display:block !important;
  }

  .farepricebox{
    padding:0;
  }

}
