/*
##############################################################################
# ACTTix Online Ticketing Software
# ==========================
#
# © 2008-2012 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.
##############################################################################
*/

/* printer styles */
@page {
   size: 210mm 297mm;   /* auto is the initial value */
   margin: auto;  /* this affects the margin in the printer settings */
}

.noprint {
   display: none;
}

.headingtd {
   padding-left: 8px;
}

.headingtable {
   background: #1e1b1a;
}

.heading3 {
   text-align: right;
   padding-right: 8px;
}

/* force background colour printing in chrome browser */
body, span, div, table, tr, tbody, tfoot, td, hr, center {
   -webkit-print-color-adjust: exact;
}

body, div#wrapper {
   background-color: #fff;
   border: none;
}