body {
background-color: #fff;
background-image: none;
}
#pdf { font-size: 12px } /* force for best pdf rendering */
.indent { margin-left: 2em }
.borderless { border: none }
.dfv-err { color: #f00; background: pink; font-weight: bold; text-align: center }
.fieldname { color: #800000; font-weight: bold }
.highlight { background: #f00; color: #fff; padding: 5px }
/* HTML::Barcode::Code93 styles */
table.hbc { border-width:0; border-spacing:0; }
table.hbc { border-width:0; border-spacing:0; }
table.hbc tr,
table.hbc td { border:0; margin:0; padding:0; }
table.hbc td { text-align:center; }
table.hbc td.hbc_on,
table.hbc td.hbc_off { width:2px; height:20px; }
table.hbc td.hbc_on { background-color:#000; color:inherit; }
table.hbc td.hbc_off { background-color:#fff; color:inherit; }