.loc { font-weight: bold; background: #444; color: #fff; border: 1px solid #444; }
table { border-collapse: collapse; max-width: 90%; min-width: 800px; }
.record { border-bottom: 1px solid #aaa; }
.call, .title, .barcode {  min-width: 260px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.title { min-width: 300px; max-width: 600px; }
.barcode { width: 10em; min-width: 8em; }
.record:nth-child(odd) {background: #ddd;}
body { font-size: 9pt; font-family: arial, sans-serif }
.LOCAL { font-weight: bold; }
.type { min-width: 3em; text-align: right; }

@media print{
	html { margin: 0; padding: 0; border: 0; width: 8in; }
	.noprint { display: none; }
}

/*.matcherror .call, .matcherror .barcode { display: none; }*/