/* A4
    297mm x 210mm 
    Hub main printer margin: 15mm 5mm 15mm 5mm;
    Printable width: 200mm;
*/
.graded_raffle {width:202mm;}

/* show guides on multi-voucher page */
.voucher        {border:1px dashed #a0a0a0; clear:both;} /* voucher border (lighter in print) */
#plate          {border:1px dashed #d0d0d0;} /* removed on print */

/* positioning so that front is over back */
.front {float:left;}
.back  {float:right;}

#counts {
    width:400px;
}

/* print setup */
@media print {
    body .graded_raffle .voucher .stub  {
        border:1px solid white;                           /* get rid of the performation line mark (back and front) */
    }
    body .graded_raffle .guide {display:block;}           /* corner guides */
    body .graded_raffle .front {border:1px solid white;}  /* voucher border lighter in print (front cut lines) */
    body .graded_raffle .back  {border:1px solid white;}  /* remove back border so cutting is on front */
    #plate                     {border:none;}             /* get rid of the page outline */
    #selection, #banner, #subbanner, #nav, #footer {display:none;}
    body #plate .pagebreak {page-break-before: always;}
    body {margin:0;}
}

