@charset "utf-8";
/* CSS Document */

table.card_table td,
table.magstripe_table td
{
	text-align: center;
	padding: 6px 4px;
}

table.card_table td.applications
{
	text-align: left;
	padding: 6px 10px;
}

table.card_table td.form,
table.magstripe_table td.form
{
	padding: 6px 10px;
}

td.form form
{
	margin: 0;
}

select.pricelist
{
	margin: 0px 10px;
	width: 160px;
}

input.quantity
{
	text-align: right;
	width: 60px;
}