/*
##############################################################################
# ACTTix Online Ticketing Software
# ==========================
#
# © 2008-2019 James Holt (jdholt@alphalink.com.au)
# © 2008-2009 James Morgan (jmorgan.au@gmail.com)
#
# This software is protected by copyright law and may not be used for any
# purpose other than intended.
#
# This software is licenced for use by the Altona City Theatre Incorporated.
# All code remains the intellectual property of the developers listed above.
##############################################################################
*/

/* mobile ticket presentation styles */

@media screen {
   div.tixPage td.tixBarcode, div.tixPage td.tixRightContainer {
      display: none;
   }

   div.tixPage td.tixQRCode {
      display: table-cell;
   }

   div.tixPage table.tixContainer {
      width: 100%;
   }

   div.tixPage img.qrCode {
      max-width: 100%;
      max-height: 225px;
   }
   
   div.tixPage td.custPad {
      width: 16px;
   }
   
   div.tixPage table.tixSideLogo {
      display: table;
   }
   
   div.tixPage span.qrSideCode {
      display: none;
   }
   
   div.tixPage span.linebreak {
      font-size: 12pt;
   }
   
   div.tixPage span.sideLogoBR, div.tixPage span.sideShowLogo {
      display: inline;
   }
}
