#packetery-order-collection-print {
	.packetery-end {
		margin: 3px 0;
		height: 20px;
		border: 2px solid black;
		text-align: center;
		overflow: hidden;
	}

	thead {
		display: table-header-group;

		table {
			width: 100%;

			.packetery-shipment-barcode {
				text-align: center;
			}
		}

		td {
			border: 0 none;
			font-size: 9pt;
			font-weight: normal;
		}
	}

	.collection-print-table-body {
		tr {
			text-decoration: none;
		}

		td {
			text-align: center;
		}

		td.cod-column {
			text-align: right;
		}

		td.order-number-column {
			text-align: left;
		}
	}

	.packetery-no-wrap {
		white-space: nowrap;
	}

	body, table {
		background: white;
		color: black;
	}

	table {
		border-collapse: collapse;
	}

	th {
		background: #aaa;
		padding: 4px;
		font-size: 9pt;
		border: 1px solid black;
	}

	tbody td {
		padding: 1px 4px;
		font-size: 9pt;
		border: 1px solid black;
	}

	tr.even td {
		background: #ddd;
	}
}

.packetery-order-collection-print-table {
	width: 100%;
}
